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.5 ## 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
help wanted
area/v2
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
status/waiting-for-response
area/v3

## Checklist * [ ] 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...

kind/feature
status/waiting-for-response
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

Hi! Using the latest released urfave/cli v3.0.0-beta1, I get a different behaviour from v2 V2: ``` alex@alex-mac testcli % ./testcli -w test command arg1 arg2 --arg3 true --arg4 false &[command...

kind/bug
status/waiting-for-response
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

## Checklist * [x] Are you running the latest v3 release? The list of releases is [here](https://github.com/urfave/cli/releases). `v3.0.0-beta1` * [x] Did you check the manual for your release? The v3...

kind/bug
area/v3

As I am continuing work on converting our app to cli v3, I noticed that persistent flags in help for subcommands do not show the categories. Our app has a...

kind/feature
area/v3

## Checklist * [ ] 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...

kind/feature
status/waiting-for-response
area/v3

Hi everyone. We're using the latest version (v3.3.3) of the library, and we noticed that when a command has one or more flags set as `Required` but they're not defined...

kind/bug
area/v3