mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-02 14:53:38 -05:00
Fix 'command not found' errors for hidden commands
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
:hidden t
|
||||
(apply #'doom-cli-install args))
|
||||
|
||||
(def-command! (install i) ()
|
||||
(def-command! (install i) (&rest args)
|
||||
"A wizard for installing Doom for the first time.
|
||||
|
||||
This command does the following:
|
||||
|
Reference in New Issue
Block a user