Removed test variables

This commit is contained in:
Jguer 2017-04-09 23:04:07 +01:00
parent c2b0958ccb
commit fb05b8e973

View file

@ -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":