cli
cli copied to clipboard
A simple, fast, and fun package for building command line apps in Go
## My urfave/cli version is _**v2.27.1**_ ## Checklist - [x] Are you running the latest v2 release? The list of releases is [here](https://github.com/urfave/cli/releases). - [x] Did you check the manual...
## My urfave/cli version is v2.27.2 ## Checklist - [x] Are you running the latest v2 release? The list of releases is [here](https://github.com/urfave/cli/releases). - [x] Did you check the manual...
## Checklist * [x] Are you running the latest v3 release? The list of releases is [here](https://github.com/urfave/cli/releases). * [x] Did you check the manual for your release? The v3 manual...
## Checklist * [x] Are you running the latest v3 release? The list of releases is [here](https://github.com/urfave/cli/releases). * [x] Did you check the manual for your release? The v3 manual...
One of the bullet points listing `cli`'s features in README says: "`man` and markdown format documentation generation". Where is this feature documented? I could not find it.
The GitHub Actions configuration in the `main` branch should be modified to align with the `v1-maint` and `v2-maint` branches such that the Go versions targeted are literally `stable` and `oldstable`....
## What type of PR is this? - maintenance ## What this PR does / why we need it: Align CI configuration with `v1-maint` (https://github.com/urfave/cli/pull/1887) and `v2-maint` (https://github.com/urfave/cli/pull/1888) ## Which...
## What type of PR is this? _(REQUIRED)_ - documentation ## What this PR does / why we need it: _(REQUIRED)_ This pull request fixes some broken (404) links. ##...
I checked links in the document using https://github.com/lycheeverse/lychee . ```console $ git ls-files | grep -E "\.md$" | xargs lychee --max-concurrency 10 -a 429 247/247 ━━━━━━━━━━━━━━━━━━━━ Finished extracting links Issues...
Usually `-v` stands for "verbose output". This is not possible when a version is set. User defined `-v` should take precedence over the abbreviation of `--version`.