mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
fix(cli): doom gc
cli/gc.el accidentally snuck into5e84709
, along with a particular v3-isms that doesn't belong in Doom yet, such as autoloads in CLI libs and them providing subfeatures of doom-cli, rather than doom-cli-*. These have been reversed for now. Amend:5e84709577
This commit is contained in:
@ -125,7 +125,6 @@
|
|||||||
;;
|
;;
|
||||||
;;; Commands
|
;;; Commands
|
||||||
|
|
||||||
;;;###autoload
|
|
||||||
(defcli! (gc)
|
(defcli! (gc)
|
||||||
((nobuilds-p ("-b" "--no-builds") "Don't purge unneeded (built) packages")
|
((nobuilds-p ("-b" "--no-builds") "Don't purge unneeded (built) packages")
|
||||||
(noelpa-p ("-p" "--no-elpa") "Don't purge ELPA packages")
|
(noelpa-p ("-p" "--no-elpa") "Don't purge ELPA packages")
|
||||||
@ -191,5 +190,5 @@ remains lean."
|
|||||||
;; (keep-history-p ( "--keep-history") "Don't regraft repos"))
|
;; (keep-history-p ( "--keep-history") "Don't regraft repos"))
|
||||||
;; "Purge unused profile data, generations, and packages.")
|
;; "Purge unused profile data, generations, and packages.")
|
||||||
|
|
||||||
(provide 'doom-cli '(gc))
|
(provide 'doom-cli-gc)
|
||||||
;;; gc.el ends here
|
;;; gc.el ends here
|
||||||
|
Reference in New Issue
Block a user