cli
cli copied to clipboard
A simple, fast, and fun package for building command line apps in Go
Closes #269
"Flag provided but not defined" doesn't give enough details for end users who aren't specifically aware of how CLIs work. I get a lot of bug reports that are "I...
## What type of PR is this? _(REQUIRED)_ - bug - feature ## What this PR does / why we need it: _(REQUIRED)_ ## Which issue(s) this PR fixes: _(REQUIRED)_...
## What type of PR is this? _(REQUIRED)_ - documentation ## What this PR does / why we need it: _(REQUIRED)_ ## Which issue(s) this PR fixes: _(REQUIRED)_ Fixes #1866...
## My urfave/cli version is v2.27.1 ## Dependency Management - I am unsure of what my dependency management setup is. ## Describe the bug `FilePath` does not take precedence over...
## What type of PR is this? - bug ## What this PR does / why we need it: The [docs](https://cli.urfave.org/v2/examples/subcommands-categories/) show a newline between categories in the default help...
## My urfave/cli version is 2.19.3 ## Checklist - [yes] Are you running the latest v2 release? The list of releases is [here](https://github.com/urfave/cli/releases). - [yes] Did you check the manual...
## My urfave/cli version is _**v2.27.1**_ ## Checklist - [*] Are you running the latest v2 release? The list of releases is [here](https://github.com/urfave/cli/releases). - [*] Did you check the manual...
## Checklist * [y] Are you running the latest v3 release? The list of releases is [here](https://github.com/urfave/cli/releases). * [y] Did you check the manual for your release? The v3 manual...
## What type of PR is this? - cleanup ## What this PR does / why we need it: Simplifies build process. ## Which issue(s) this PR fixes: Fixes #1801...