mirror of
https://github.com/Jguer/yay
synced 2024-10-31 04:12:51 +00:00
Removed test variables
This commit is contained in:
parent
c2b0958ccb
commit
fb05b8e973
1 changed files with 1 additions and 3 deletions
|
@ -62,9 +62,7 @@ func parser() (op string, options []string, packages []string, err error) {
|
|||
case "--topdown":
|
||||
util.SortMode = util.TopDown
|
||||
case "--complete":
|
||||
util.Shell = os.Args[i+1]
|
||||
fmt.Println(util.Shell)
|
||||
os.Exit(0)
|
||||
util.Shell = os.Args[i+2]
|
||||
yay.Complete()
|
||||
os.Exit(0)
|
||||
case "--help":
|
||||
|
|
Loading…
Reference in a new issue