Skip to content

Add short_help option to clap.main_factory() function #3

@bbugyi200

Description

@bbugyi200
  • The clap.main_factory() function now accepts a short_help keyword option.
  • This option accepts values of type bool | str and defaults to False (uses first line of __doc__ if True is provided).
  • If this option is provided, the final CLI will require you use --help for the full help documentation (-h will show only a subset of the documentation that --help will show).

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions