Fix 'doom refresh' not seeing -f/--force
This commit is contained in:
parent
4ce153519c
commit
5c459e75f8
1 changed files with 1 additions and 2 deletions
|
@ -208,8 +208,7 @@ BODY will be run when this dispatcher is called."
|
|||
(load! "cli/install")
|
||||
|
||||
(defcli! (refresh re)
|
||||
((force-p ["-f" "--force"] "Regenerate autoloads files, whether or not they're stale")
|
||||
&rest args)
|
||||
((force-p ["-f" "--force"] "Regenerate autoloads files, whether or not they're stale"))
|
||||
"Ensure Doom is properly set up.
|
||||
|
||||
This is the equivalent of running autoremove, install, autoloads, then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue