Disable 'doom refresh'
That 'doom refresh' and 'doom sync' do the same thing has been a point of confusion for a while. By phasing out 'doom refresh' we can finally put that to rest.
This commit is contained in:
parent
3c24f15450
commit
8c37928de2
1 changed files with 6 additions and 1 deletions
|
@ -351,7 +351,12 @@ everywhere we use it (and internally)."
|
||||||
(load! "cli/help")
|
(load! "cli/help")
|
||||||
(load! "cli/install")
|
(load! "cli/install")
|
||||||
|
|
||||||
(defcli! (sync s refresh re)
|
(defcli! (refresh re) ()
|
||||||
|
"Deprecated for 'doom sync'"
|
||||||
|
:hidden t
|
||||||
|
(user-error "'doom refresh' has been replaced with 'doom sync'. Use that instead"))
|
||||||
|
|
||||||
|
(defcli! (sync s)
|
||||||
((inhibit-envvar-p ["-e"] "Don't regenerate the envvar file")
|
((inhibit-envvar-p ["-e"] "Don't regenerate the envvar file")
|
||||||
(inhibit-elc-p ["-c"] "Don't recompile config")
|
(inhibit-elc-p ["-c"] "Don't recompile config")
|
||||||
(update-p ["-u"] "...")
|
(update-p ["-u"] "...")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue