From 5c459e75f87c7b158a0c24e07cbe90a323a87331 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Fri, 8 Nov 2019 16:57:25 -0500 Subject: [PATCH] Fix 'doom refresh' not seeing -f/--force --- core/core-cli.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/core/core-cli.el b/core/core-cli.el index 69d53c066..7acf5a1b1 100644 --- a/core/core-cli.el +++ b/core/core-cli.el @@ -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