Skip to content
This repository has been archived by the owner on Jan 10, 2020. It is now read-only.

Mandatory (i.e. non-optional) arguments should be passed as positional arguments #14

Open
ivanderk opened this issue Jun 9, 2016 · 1 comment
Assignees
Milestone

Comments

@ivanderk
Copy link
Contributor

ivanderk commented Jun 9, 2016

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

@ivanderk
Copy link
Contributor Author

post Devon release 2.0

@ivanderk ivanderk added this to the Version 1.1.0 milestone Jul 18, 2016
@ivanderk ivanderk self-assigned this Aug 24, 2016
@ivanderk ivanderk modified the milestones: Version 1.2.0, Version 1.1.0 Oct 17, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant