cli/packages: fix rebuild ignoring argument
This commit is contained in:
parent
a7ce48c2df
commit
d980920c97
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ or :ignore property."
|
|||
(doom-packages-rebuild doom-auto-accept)
|
||||
t)))
|
||||
|
||||
(def-command! (rebuild b) ()
|
||||
(def-command! (rebuild b) (&rest args)
|
||||
"Rebuilds all installed packages.
|
||||
|
||||
This ensures that all needed files are symlinked from their package repo and
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue