This repository was archived by the owner on Aug 5, 2021. It is now read-only.
Naming inconsistencies - Rename the compile
parameter from dir to path
#272
Labels
enhancement
New feature or request
Currently there are inconsistencies for the naming of different parameters. For example:
When doing compile, the parameter for the path is
dir
When testing, the parameter is
path
.When using
coverage
the parameter ispath
as-welland when deploying the parameter is
file
For the deploy, it is okay to be file, however when it comes to directories, I think it would be best to have consistent naming of the parameters, because everytime I do compile or test, I go into the docs and whether I needed to do
dir
,path
orfile
Proposed solution:
Change the
etherlime compile
parameter topath
as-wellThe text was updated successfully, but these errors were encountered: