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

Allow customization of prefixes and environment variable hints in flag help strings #661

Merged
merged 2 commits into from
Sep 26, 2017

Commits on Sep 18, 2017

  1. Export funcs to configure flag prefix/env hints

    This will allow users to customize the prefix section or env hint
    section of the flag entries in the help menu without having to
    reimplement the rest of the logic required in defining FlagStringer.
    rliebz committed Sep 18, 2017
    Configuration menu
    Copy the full SHA
    11d4557 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cbbe4c1 View commit details
    Browse the repository at this point in the history