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 188 cli issues
Sort by recently updated
recently updated
newest added

## What type of PR is this? - feature ## What this PR does / why we need it: - Allow generics to be set as their Set() string in...

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

## My urfave/cli version is _**( Put the version of urfave/cli that you are using here )**_ 2.x ## Checklist - [x ] Are you running the latest v2 release?...

kind/bug
help wanted
area/v2

This PR runs the `gopls` rename function on the `*cli.Context.Value` method to be renamed to `GetValue`. This makes the *cli.Context implement context.Context by default as the interface is already embedded...

status/blocked

Currently I'm providing structured config files alongside urfavecli, the problem with this is that config files for urfave are "just another way to declare flag values"; they are flat, not...

kind/question
area/v3

Here are some things that I found internally unsatisfying in `v2`. * [ ] I want to turn off `help` command * [ ] I want `App.Name` to be `AppName`...

area/v3

The [golangci-lint](https://golangci-lint.run/) meta-linting tool is widely used to ensure various classes of bugs and maintenance hindrances stay out of the code. Introducing this tool will almost certainly result in a...

instead of an external email process

security

## My urfave/cli version is https://github.com/urfave/cli/releases/tag/v2.25.7 ## 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
status/triage
status/waiting-for-response

## My urfave/cli version is v2 ## 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

If you name a `cli.Command` the same as another `cli.Command` only *one* of them will execute with no error or warning that there is also a duplicate command by the...

kind/bug
status/claimed