Skip to content

User-friendly CLI #25

@c089

Description

@c089

To avoid confusing users we should improve the way command line arguments are parsed. At least it should:

  • show usage information when invoked without arguments, or with -h or --help
  • show a helpful error message if any of the arguments are missing or of the wrong type

If this becomes too cumbersome to implement with the very simple minimist engine, it might be good consider using a full-featured parsing engine such as yargs for this.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions