Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider only listing long options in usage output and synopsis #152

Open
Brickster opened this issue Sep 19, 2019 · 0 comments
Open

Consider only listing long options in usage output and synopsis #152

Brickster opened this issue Sep 19, 2019 · 0 comments
Milestone

Comments

@Brickster
Copy link
Owner

For stance, take git-state:

git state [view] [--show-all] [--show EXTENSION [EXTENSION ...]]
                 [--no-show EXTENSION [EXTENSION ...]]
                 [--show-empty] [--no-show-empty]
                 [--color [WHEN]] [--no-color]
                 [--pretty] [--format FORMAT]
                 [--clear] [--no-clear] [--no-page]
                 [--order SECTION [SECTION ...]]
                 [--options OPTION [OPTION ...]]
git state extensions create --command COMMAND [--name NAME]
                            [--options OPTIONS] [--no-show]
                            [--no-color] EXTENSION
git state extensions edit [--command COMMAND] [--name NAME]
                          [--options OPTIONS] [--no-show]
                          [--no-color] EXTENSION
git state extensions delete EXTENSION
git state extensions config EXTENSION
git state extensions list
git state extensions run EXTENSION
git state --help
git state --version

vs

git state [view] [--show-all] [(-s|--show) EXTENSION [EXTENSION ...]]
                 [(-S|--no-show) EXTENSION [EXTENSION ...]]
                 [(-e|--show-empty)] [(-E|--no-show-empty)]
                 [(-c|--color) [WHEN]] [(-C|--no-color)]
                 [(-p|--pretty)] [(-f|--format) FORMAT]
                 [--clear] [--no-clear] [--no-page]
                 [(-o|--order) SECTION [SECTION ...]]
                 [(-O|--options) OPTION [OPTION ...]]
git state extensions create (-c|--command) COMMAND [(-n|--name) NAME]
                            [(-o|--options) OPTIONS] [--no-show]
                            [--no-color] EXTENSION
git state extensions edit [(-c|--command) COMMAND] [(-n|--name) NAME]
                          [(-o|--options) OPTIONS] [--no-show]
                          [--no-color] EXTENSION
git state extensions delete EXTENSION
git state extensions config EXTENSION
git state extensions list
git state extensions run EXTENSION
git state (-h|--help)
git state (-v|--version)
@Brickster Brickster modified the milestones: v1.1.0, v1.0.0 Sep 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant