tweak(cli): remove 'doom i' alias

Freeing this up to use for a future command (doom init), and because
'doom install' ought to be used very rarely and deliberately, so it
shouldn't have a convenient alias anyway.
This commit is contained in:
Henrik Lissner
2024-11-13 17:21:32 -05:00
parent 5e84709577
commit 87833005fd
2 changed files with 2 additions and 2 deletions

View File

@ -269,7 +269,7 @@ SEE ALSO:
(defcli-autoload! ((upgrade up))) (defcli-autoload! ((upgrade up)))
(defcli-autoload! (env)) (defcli-autoload! (env))
(defcli-autoload! ((build b purge p gc rollback)) "packages") (defcli-autoload! ((build b purge p gc rollback)) "packages")
(defcli-autoload! ((install i))) (defcli-autoload! (install))
;; TODO Post-3.0 commands ;; TODO Post-3.0 commands
;; (load! "gc" dir) ;; (load! "gc" dir)

View File

@ -14,7 +14,7 @@
;; ;;
;;; Commands ;;; Commands
(defcli! ((install i)) (defcli! install
((aot? ("--aot") "Enable ahead-of-time native-compilation (if available)") ((aot? ("--aot") "Enable ahead-of-time native-compilation (if available)")
&flags &flags
(config? ("--config" :yes) "Create `$DOOMDIR' or dummy files therein?") (config? ("--config" :yes) "Create `$DOOMDIR' or dummy files therein?")