issues Search Results · repo:urfave/cli language:Go
Filter by
866 results
(69 ms)866 results
inurfave/cli (press backspace or delete to remove)My urfave/cli version is
v2.27.5
Checklist
- [X] Are you running the latest v2 release? The list of releases is here.
- [X] Did you check the manual for your release? The v2 manual is here
- [X] ...
area/v2
kind/bug
status/triage
dereknola
- 1
- Opened 5 days ago
- #2069
Hey ! The documentation on SkipFlagParsing says Treat all flags as normal arguments if true .
However, it seems to also disable the parsing of subcommands. Example:
func main() {
app := cli.Command{ ...
area/v3
status/triage
iTrooz
- 1
- Opened 6 days ago
- #2068
Hey ! I d like to create a urfave command to manage nested resources, and would like a CLI interface like this:
$ manage author authorID book bookID delete
(Books aren t identifiable in a unique ...
area/v3
status/triage
iTrooz
- 2
- Opened 6 days ago
- #2067
The v3 version fails to properly recognize the -- terminator, making it completely unusable in my use case.
Related: #1114 (unresolved) ,#1562 (useless, insane patch) ...
The v2 version can handle the ...
area/v2
area/v3
kind/question
status/triage
System233
- 5
- Opened 9 days ago
- #2066
my question is... I have a particular StringSliceFlag and I want the values to be lowercase no matter the case that is
entered. I am a bit new to golang and your lib and am curious what the best approach ...
area/v2
kind/question
status/triage
status/waiting-for-response
sevenrats
- 2
- Opened 11 days ago
- #2064
Checklist
- [x] Are you running the latest v3 release? The list of releases is here.
- [x] Did you check the manual for your release? The v3 manual is here.
- [x] Did you perform a search about ...
area/v3
status/triage
xplshn
- 2
- Opened 12 days ago
- #2063
Hi there 👋 I m currently using v3 to do some quick dirty CLI applications. I ve been often overwhelmed by the sheer size
and complexity of this package, considering that the official documentation just ...
area/v3
kind/discussion
kind/question
status/triage
status/waiting-for-response
GwynethLlewelyn
- 5
- Opened 14 days ago
- #2062
How do i set flags programmatically when writing tests for v3? in v2 i previously used cli.NewContext to create a new
context with my flagSet, however that doesn t work in v3?
area/v2
kind/question
status/triage
real-danm
- 2
- Opened 20 days ago
- #2059
Hi There,
Version of cli in use: v2.27.5
The program has some flags defined, and the requirement is to change the way --flag s value is parsed i.e. to make the
value available regardless of the order ...
area/v2
kind/question
status/triage
r0075h3ll
- 2
- Opened 23 days ago
- #2058
The --attack is a bool flag, but when run as:
./bin/op-challenger move -attack 1 --claim 0xffff --private-key $PK
--attack 1 makes the remaining parameters empty(e.g., --private-key will be interpreted ...
area/v2
kind/question
status/triage
blockchaindevsh
- 11
- Opened 24 days ago
- #2057

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.