refactor(cli): rename 'doom purge' -> 'doom gc'
'doom purge' is now deprecated. Also changes 'doom sync's -p option to --gc. Since GCing causes the loss of historical data, I'd rather it be a long option to make it a little harder to do accidentally.
This commit is contained in:
parent
cff091982e
commit
2591201aa1
3 changed files with 4 additions and 3 deletions
2
bin/doom
2
bin/doom
|
@ -271,7 +271,7 @@ SEE ALSO:
|
|||
(defcli-autoload! ((profiles profile)))
|
||||
(defcli-autoload! ((upgrade up)))
|
||||
(defcli-autoload! (env))
|
||||
(defcli-autoload! ((build b purge p rollback)) "packages")
|
||||
(defcli-autoload! ((build b purge p gc rollback)) "packages")
|
||||
(defcli-autoload! ((install i)))
|
||||
|
||||
;; TODO Post-3.0 commands
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue