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 Loading
base: v2.27.0
Choose a base ref
...
head repository: urfave/cli Loading
compare: v2.27.1
Choose a head ref
  • 2 commits
  • 6 files changed
  • 2 contributors

Commits on Dec 29, 2023

  1. Add build tag urfave_cli_no_suggest

    Like urfave_cli_no_docs (in docs.go), allow to disable suggestions at
    build time (and drop dependency on module github.com/xrash/smetrics)
    with a new 'urfave_cli_no_suggest' build tag:
    
      go build -tags urfave_cli_no_suggest,urfave_cli_no_docs
    dolmen committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    32d535b View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2023

  1. Merge pull request #1847 from dolmen/build-flag-disable-suggest

    v2: Add build tag urfave_cli_no_suggest
    dearchap committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    7656c5f View commit details
    Browse the repository at this point in the history
Loading