mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
cli/packages: fix rebuild ignoring argument
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user