mirror of
https://github.com/Jguer/yay.git
synced 2025-10-08 00:04:37 -04:00
Add missing --bottomup option
This commit is contained in:
parent
32ecd8b1dd
commit
40a881927c
2
cmd.go
2
cmd.go
@ -190,6 +190,8 @@ func parser() (op string, options []string, packages []string, changedConfig boo
|
|||||||
config.TimeUpdate = false
|
config.TimeUpdate = false
|
||||||
case "--topdown":
|
case "--topdown":
|
||||||
config.SortMode = TopDown
|
config.SortMode = TopDown
|
||||||
|
case "--bottomup":
|
||||||
|
config.SortMode = BottomUp
|
||||||
case "--complete":
|
case "--complete":
|
||||||
config.Shell = "sh"
|
config.Shell = "sh"
|
||||||
_ = complete()
|
_ = complete()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user