mirror of
https://github.com/Jguer/yay
synced 2024-10-31 04:12:51 +00:00
Add missing --bottomup option
This commit is contained in:
parent
32ecd8b1dd
commit
40a881927c
1 changed files with 2 additions and 0 deletions
2
cmd.go
2
cmd.go
|
@ -190,6 +190,8 @@ func parser() (op string, options []string, packages []string, changedConfig boo
|
|||
config.TimeUpdate = false
|
||||
case "--topdown":
|
||||
config.SortMode = TopDown
|
||||
case "--bottomup":
|
||||
config.SortMode = BottomUp
|
||||
case "--complete":
|
||||
config.Shell = "sh"
|
||||
_ = complete()
|
||||
|
|
Loading…
Reference in a new issue