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.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...
## 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 * [ ] 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...
## 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...
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...
## 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). `v3.0.0-beta1` * [x] Did you check the manual for your release? The 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...
## 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...
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...