Skip to content
This repository has been archived by the owner on Jun 20, 2023. It is now read-only.

Commandline arg handling is nonintuitive #4

Open
peterbourgon opened this issue Feb 12, 2013 · 0 comments
Open

Commandline arg handling is nonintuitive #4

peterbourgon opened this issue Feb 12, 2013 · 0 comments

Comments

@peterbourgon
Copy link

  • -h and --help currently yield stack traces. These are common flags that should be supported :)
  • Long flag names, eg. --url, typically accept their values after an =, eg. --url=http://host:9200. Currently, this yields an exception.
  • The output of most commands is a long string of context-specific values, and therefore unreadable without --verbose. It's more idiomatic to output verbose by default, and reserve a --quiet or --compact flag to make it machine-parseable.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant