Skip to content

Subcommands should not be able to use abbreviated flags #657

@mroch

Description

@mroch

#477 disabled abbreviations on the root parser, but not on subparsers.

So if you have a command foo with subcommand bar, you cannot do foo --hel, but can do foo bar --hel and it will run --help.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions