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

Commandline arg handling is nonintuitive #4

@peterbourgon

Description

@peterbourgon
  • -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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions