refactor!(cli): remove compile and clean commands
BREAKING CHANGE: This removes the 'doom compile' and 'doom clean' commands, and offers no immediate replacement for them (and no plan to include one). In the future, byte-compilation of Doom's internals will be baked into 'doom sync', but until then, Doom is not optimized to take advantage of byte-compilation, and forcing it provides no benefit.
This commit is contained in:
parent
18c88621a4
commit
63c470bff3
3 changed files with 0 additions and 218 deletions
3
bin/doom
3
bin/doom
|
@ -273,8 +273,6 @@ SEE ALSO:
|
|||
(defcli-autoload! (env))
|
||||
(defcli-autoload! ((build b purge p rollback)) "packages")
|
||||
(defcli-autoload! ((install i)))
|
||||
(defcli-autoload! ((compile c)))
|
||||
(defcli-autoload! (clean) "compile")
|
||||
|
||||
;; TODO Post-3.0 commands
|
||||
;; (load! "gc" dir)
|
||||
|
@ -282,7 +280,6 @@ SEE ALSO:
|
|||
;; (load! "nuke" dir)
|
||||
;; (load! "package" dir)
|
||||
;; (load! "profile" dir)
|
||||
;; (defcli-obsolete! ((compile c)) (sync "--compile") "v3.0.0")
|
||||
;; (defcli-obsolete! ((build b)) (sync "--rebuild") "v3.0.0")
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue