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

Add documentation for flags with custom variable names #23

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

calebstewart
Copy link

This PR adds documentation around the special back-tick syntax in flag usage to override the variable name displayed in the help output. This functionality is implemented in the pflag.UnquoteUsage function, and is referred to in pflag.FlagSet.FlagUsagesWrapped as the varname, so I used the term "flag variable name" here in the documentation.

This PR along with spf13/pflag#403 should close spf13/cobra#2125.

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.

Documentation for back-quoted flag usage
1 participant