cli
cli copied to clipboard
A simple, fast, and fun package for building command line apps in Go
Include an empty argument and all subsequent arguments. ## What type of PR is this? - bug ## What this PR does / why we need it: Sometimes command line...
## My urfave/cli version is v3.6.0 ## Checklist - [X] Are you running the latest v3 release? ish. Issue still exists in v3.6.1 - [X] Did you check the manual...
## My urfave/cli version is _**3.6.1**_ ## 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...
### Discussed in https://github.com/urfave/cli/discussions/1974 Originally posted by **GwynethLlewelyn** October 1, 2024 Hi there! 👋 I was actually a bit surprised that nobody asked this before... I'm using the latest version...
Use delegation to implement the Value+Flag paradigm used for other flag types. Implement all of the Flag interfaces except Count. Borrowed heavily from flag_bool.go and flag_generic.go Add context to the...
List of TODOs, features for v4 release 1. Remove hack for HelpFlag - #2176 2. Add support for marshall/unmarshaller types #2051 3. Rework help subsystem templating to be easier to...
## Checklist * [X] Are you running the latest v3 release? * [X] Did you check the manual for your release? * [X] Did you perform a search about this...
## My urfave/cli version is _**3.3.8**_ ## 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...
## 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 #2209...
## My urfave/cli version is _**cli/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...