Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: alecthomas/kingpin
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.3.2
Choose a base ref
...
head repository: alecthomas/kingpin
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.4.0
Choose a head ref
  • 3 commits
  • 3 files changed
  • 3 contributors

Commits on Apr 7, 2023

  1. Handle --version just like --help

    when the version flag is passed, the application should do nothing but
    print the version and exit. But currently, the pre-action for the
    version flag got executed AFTER the default for all the other flags were
    set.
    
    Setting defaults involves validation like checking for file's
    existence etc. These validation are not necessary when the --version
    flag is passed. This commit fixes that
    arjunmahishi authored and alecthomas committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    b4b1df3 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2023

  1. Configuration menu
    Copy the full SHA
    4702584 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2023

  1. Improved error message for missing required flags: now list all missi…

    …ng required flags for better user guidance. (#340)
    
    Issue: #215
    arun-gajaraj authored Sep 30, 2023
    Configuration menu
    Copy the full SHA
    64d23c5 View commit details
    Browse the repository at this point in the history
Loading