Fix 'doom refresh' not seeing -f/--force

This commit is contained in:
Henrik Lissner 2019-11-08 16:57:25 -05:00
parent 4ce153519c
commit 5c459e75f8
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -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