Skip to content

Usage error should show there is a --help option #393

@pombredanne

Description

@pombredanne

For instance

$ ./scancode 
Usage: scancode [OPTIONS] <input> <output_file>

Error: Missing argument "input".None

It would be better if we had something such as:

$ ./scancode 
Usage: scancode [OPTIONS] <input> <output_file>
Try 'scancode --help' for help on options and arguments.

Error: Missing argument "input".None

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions