mirror of
https://github.com/Jguer/yay.git
synced 2025-12-07 00:03:15 -05:00
Add -V and -h for flag parsing
This commit is contained in:
parent
97bb7d0a9c
commit
ba8e3c98e7
6
cmd.go
6
cmd.go
@ -142,10 +142,14 @@ func parser() (op string, options []string, packages []string, changedConfig boo
|
||||
}
|
||||
if arg[0] == '-' && arg[1] != '-' {
|
||||
switch arg {
|
||||
case "-V":
|
||||
arg = "--version"
|
||||
case "-h":
|
||||
arg = "--help"
|
||||
default:
|
||||
op = arg
|
||||
continue
|
||||
}
|
||||
continue
|
||||
}
|
||||
|
||||
if arg[0] == '-' && arg[1] == '-' {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user