cli icon indicating copy to clipboard operation
cli copied to clipboard

A simple, fast, and fun package for building command line apps in Go

Results 239 cli issues
Sort by recently updated
recently updated
newest added

## 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...

kind/bug
area/v2

## 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...

kind/bug
area/v2

## 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...

kind/feature
area/v3

## 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...

kind/feature
area/v3

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.

kind/documentation

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`....

help wanted
kind/cleanup
area/v3
good first issue

## 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...

kind/maintenance
area/v3

## 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...

kind/documentation
area/v3

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`.

status/triage
area/v3