ErrLookup › urfave/cli
urfave/cli
A declarative, simple, fast, and fun package for building command line tools in Go · Go · 39 source files
Analyzed at 1a4deb4f5a on 2026-08-31. 21 documented errors.
| Code / Message | Type | Severity | Tags |
|---|---|---|---|
| parse error | validation | error | go, flag-parsing, boolean |
| got nil/empty layouts slice | validation | error | go, flag-parsing, timestamp, configuration |
| empty github token | validation | error | go, ci, github, configuration |
| goimports needed | validation | error | go, linting, code-formatting, ci |
| invalid value %q for argument %s: %v | validation | error | go, cli, argument-parsing, type-conversion |
| args %s has max 0, not parsing argument | validation | error | go, cli, argument-parsing, configuration |
| args %s has min[%d] > max[%d], not parsing argument | validation | error | go, cli, argument-parsing, configuration |
| sufficient count of arg %s not provided, given %d expected % | validation | error | go, cli, argument-parsing, usage |
| invalid value %q for flag -%s: %v | validation | error | go, cli, flag-parsing, type-conversion |
| no such flag -%s | validation | error | go, cli, flags |
| flag needs an argument: %s | validation | error | go, cli, flags, argument-parsing |
| flag provided but not defined: -%s | validation | error | go, cli, flags |
| StopOnNthArg must be non-negative, got %d | validation | error | go, cli, configuration, validation |
| %+v | exception | info | go, cli, error-handling, exit-codes |
| could not parse %[1]q as %[2]T value from %[3]s for flag %[4 | validation | error | go, cli, flags, env-var, parsing |
| can't duplicate this flag | validation | error | go, cli, flags, duplicate |
| cannot set both flags `--%s` and `--%s` | validation | error | cli, flags, conflicting-arguments, go |
| could not parse %[1]q as %[2]T value from %[3]s for flag %[4 | validation | error | cli, flags, parsing, environment-variables, go |
| can't duplicate this flag | validation | error | cli, flags, duplicate-argument, go |
| item %q is missing separator %q | validation | error | cli, flags, parsing, map, go |
| download file from %[2]s into %[3]s: response %[1]v | http | error | network, http, build, download, go |