You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 10, 2020. It is now read-only.
Currently there are two possible arguments which can be passed to a module & command: mandatory and optional. For example, "devon workspace create" has got a mandatory argument, "foldername", and a optional one: "devonpath".
Example of command-line:
devon workspace create -foldername meep (where -devonpath is optional)
Instead of this, it should be possible to pass the mandatory argument positionally, that is: whithout the -foldername prefix
So the above example could be:
devon workspace create meep
The text was updated successfully, but these errors were encountered:
Currently there are two possible arguments which can be passed to a module & command: mandatory and optional. For example, "devon workspace create" has got a mandatory argument, "foldername", and a optional one: "devonpath".
Example of command-line:
devon workspace create -foldername meep (where -devonpath is optional)
Instead of this, it should be possible to pass the mandatory argument positionally, that is: whithout the -foldername prefix
So the above example could be:
devon workspace create meep
The text was updated successfully, but these errors were encountered: