refactor(cli): remove cli/packages.el

This file is mostly redundant. There is much more trimming/culling of
Doom's package API pending, but I'll save that for v3.
This commit is contained in:
Henrik Lissner
2024-11-30 22:59:43 -05:00
parent 9aaefbe4ae
commit 9c8ea37a2d
7 changed files with 624 additions and 679 deletions

View File

@ -272,16 +272,18 @@ SEE ALSO:
(defcli-autoload! ((profiles profile)))
(defcli-autoload! ((upgrade up)))
(defcli-autoload! (env))
(defcli-autoload! ((build b purge p gc rollback)) "packages")
(defcli-autoload! (gc))
(defcli-autoload! (install))
(defcli-obsolete! ((build b)) (sync "--rebuild") "3.0.0")
(defcli-obsolete! ((purge p)) (gc) "3.0.0")
;; TODO Post-3.0 commands
;; (load! "gc" dir)
;; (load! "module" dir)
;; (load! "nuke" dir)
;; (load! "package" dir)
;; (load! "profile" dir)
)
(defcli-stub! rollback))
(defcli-group! "Development"
:docs "Commands for developing or launching Doom."