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

Support aliases for flags #409

Merged
merged 4 commits into from
Feb 27, 2024

Commits on Feb 26, 2024

  1. Support aliases for flags

    Fixes alecthomas#303
    
    Aliases are currently only supported for sub-commands, but they're
    useful for flags as well. E.g., when migrating from an old flag name
    to a new flag name, while still supporting the old value.
    prashantv committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    4b4210f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9a1af3d View commit details
    Browse the repository at this point in the history
  3. Remove debug Println

    prashantv committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    962e080 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4d8daab View commit details
    Browse the repository at this point in the history