cli
cli copied to clipboard
A simple, fast, and fun package for building command line apps in Go
## What type of PR is this? _(REQUIRED)_ - bug ## What this PR does / why we need it: _(REQUIRED)_ ## Which issue(s) this PR fixes: _(REQUIRED)_ Fixes #1916...
## 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...
Hi there, I think it would help readability a lot if cli/v3 can check for subcommands first before printing the help of a command. For example, right now this is...
## 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...
I read the code but my understanding of it doesn't match what happens when I remove that function entirely. It looks like the only things it does in practice is...
## What type of PR is this? - feature ## What this PR does / why we need it: This brings back (and improves) the `reorderFlags` function from v1 that...
### Discussed in https://github.com/urfave/cli/discussions/1915 Originally posted by **ldelossa** May 25, 2024 Hello, I have a root command called 'cmd'. Now I have a sub command hanging off this called "sub-command"....
## My urfave/cli version is github.com/urfave/cli/v2 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...
## My urfave/cli version is v2.27.4 ## 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...