mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -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)
|
(doom-packages-rebuild doom-auto-accept)
|
||||||
t)))
|
t)))
|
||||||
|
|
||||||
(def-command! (rebuild b) ()
|
(def-command! (rebuild b) (&rest args)
|
||||||
"Rebuilds all installed packages.
|
"Rebuilds all installed packages.
|
||||||
|
|
||||||
This ensures that all needed files are symlinked from their package repo and
|
This ensures that all needed files are symlinked from their package repo and
|
||||||
|
Reference in New Issue
Block a user