mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Fix 'doom refresh' not seeing -f/--force
This commit is contained in:
@ -208,8 +208,7 @@ BODY will be run when this dispatcher is called."
|
|||||||
(load! "cli/install")
|
(load! "cli/install")
|
||||||
|
|
||||||
(defcli! (refresh re)
|
(defcli! (refresh re)
|
||||||
((force-p ["-f" "--force"] "Regenerate autoloads files, whether or not they're stale")
|
((force-p ["-f" "--force"] "Regenerate autoloads files, whether or not they're stale"))
|
||||||
&rest args)
|
|
||||||
"Ensure Doom is properly set up.
|
"Ensure Doom is properly set up.
|
||||||
|
|
||||||
This is the equivalent of running autoremove, install, autoloads, then
|
This is the equivalent of running autoremove, install, autoloads, then
|
||||||
|
Reference in New Issue
Block a user