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

Configurable synopsis #255

Merged
merged 6 commits into from
Aug 14, 2023
Merged

Configurable synopsis #255

merged 6 commits into from
Aug 14, 2023

Conversation

pablf
Copy link
Member

@pablf pablf commented Aug 8, 2023

fix #239

Added to CliConfig fields showAllNames and showTypes. Default are both true.

command (-o, --option text)      # showAllNames = true,  showTypes = true
command --option text            # showAllNames = false, showTypes = true
command (-o, --option)           # showAllNames = true,  showTypes = false
command --option                 # showAllNames = false, showTypes = false

Updated docs.

@jdegoes jdegoes merged commit 36d3ba6 into zio:master Aug 14, 2023
25 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Don't show all aliases in the same usage line
2 participants