# serves the app
$ mavenworks serve green eggs and ham
# serves the app
$ mavenworks do something
# echos an empty newline
$ mavenworks cfg add 2 plus 2
We should have the argument parsing be more strict, because the above means that if you try: mavenworks add user, the CLI simply won't do anything (and certainly won't tell you to use mavenworks _cfg_ add user instead).
Eg, the following commands (amusingly) work:
We should have the argument parsing be more strict, because the above means that if you try:
mavenworks add user
, the CLI simply won't do anything (and certainly won't tell you to usemavenworks _cfg_ add user
instead).