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: urfave/cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.3.9
Choose a base ref
...
head repository: urfave/cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.4.0
Choose a head ref
  • 18 commits
  • 15 files changed
  • 5 contributors

Commits on Jun 18, 2025

  1. Invoke OnUsageError when missing required flags

    In case of missing required flags, the OnUsageError function
    will now be invoked instead of directly returning the error.
    MohitPanchariya committed Jun 18, 2025
    Configuration menu
    Copy the full SHA
    e77d5b8 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2025

  1. Add test

    MohitPanchariya committed Jun 20, 2025
    Configuration menu
    Copy the full SHA
    2f55f51 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2025

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

Commits on Jun 28, 2025

  1. Re-trigger CI

    MohitPanchariya committed Jun 28, 2025
    Configuration menu
    Copy the full SHA
    695e6b5 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2025

  1. Configuration menu
    Copy the full SHA
    23a9ea8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2150 from almas-x/main

    Export help display functions as variables to allow custom help display logic
    dearchap authored Jul 13, 2025
    Configuration menu
    Copy the full SHA
    9cd5d9c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    de88ce6 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2161 from MohitPanchariya/issue-#2145

    Invoke OnUsageError when missing required flags
    dearchap authored Jul 13, 2025
    Configuration menu
    Copy the full SHA
    c185573 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2025

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

Commits on Aug 9, 2025

  1. Configuration menu
    Copy the full SHA
    6e08c80 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f069d9e View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2171 from dearchap/issue_2169

    Fix:(issue_2169) Allow trim space for string slice flags
    dearchap authored Aug 9, 2025
    Configuration menu
    Copy the full SHA
    db7d18f View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2178 from jllovet/flag-mutex

    Add example of flag groups to docs
    dearchap authored Aug 9, 2025
    Configuration menu
    Copy the full SHA
    32d2668 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    47044b9 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #2177 from jllovet/contributor-docs

    Add installation instructions for gfmrun
    dearchap authored Aug 9, 2025
    Configuration menu
    Copy the full SHA
    ba5d54b View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2025

  1. Ensure public vars reference public types

    and fix remaining "App" names to use "RootCommand" instead.
    meatballhat committed Aug 12, 2025
    Configuration menu
    Copy the full SHA
    c923775 View commit details
    Browse the repository at this point in the history
  2. Use OsExiter consistently

    and add missing tests
    meatballhat committed Aug 12, 2025
    Configuration menu
    Copy the full SHA
    c32894b View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2180 from urfave/consistent-public-defaults-and-more

    Ensure public vars reference public types
    meatballhat authored Aug 12, 2025
    Configuration menu
    Copy the full SHA
    3976dfc View commit details
    Browse the repository at this point in the history
Loading