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.6.0
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.6.1
Choose a head ref
  • 8 commits
  • 7 files changed
  • 4 contributors

Commits on Nov 9, 2025

  1. Merge pull request #2221 from malclocke/call-actions-on-env-flags-fro…

    …m-env
    
    Call actions on flags set from env
    
    Signed-off-by: Naveen Gogineni <dear.chap@gmail.com>
    dearchap committed Nov 9, 2025
    Configuration menu
    Copy the full SHA
    51ee949 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2025

  1. chore(deps): bump golangci/golangci-lint-action from 8 to 9

    Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 8 to 9.
    - [Release notes](https://github.com/golangci/golangci-lint-action/releases)
    - [Commits](golangci/golangci-lint-action@v8...v9)
    
    ---
    updated-dependencies:
    - dependency-name: golangci/golangci-lint-action
      dependency-version: '9'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and Juneezee committed Nov 10, 2025
    Configuration menu
    Copy the full SHA
    73d4078 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2222 from urfave/dependabot/github_actions/golang…

    …ci/golangci-lint-action-9
    
    chore(deps): bump golangci/golangci-lint-action from 8 to 9
    Juneezee authored Nov 10, 2025
    Configuration menu
    Copy the full SHA
    b2257f8 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2025

  1. Configuration menu
    Copy the full SHA
    cb91e73 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2196 from Maks1mS/custom-usage-help

    feat: add ability to override usage text of default help command
    dearchap authored Nov 11, 2025
    Configuration menu
    Copy the full SHA
    41334d4 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2025

  1. Configuration menu
    Copy the full SHA
    4012229 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2c77d6e View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2224 from dearchap/issue_2223

    Fix:(issue_2223) Fix incorrect processing of empty value after =
    dearchap authored Nov 16, 2025
    Configuration menu
    Copy the full SHA
    2240690 View commit details
    Browse the repository at this point in the history
Loading