mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-19 13:43:36 -05:00
def-command! -> defcli!
And def-command-group! -> defcligroup!, to match our new convention for naming definer macros.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
;;; core/cli/env.el -*- lexical-binding: t; -*-
|
||||
|
||||
(def-command! env (&rest args)
|
||||
(defcli! env (&rest args)
|
||||
"Regenerates your envvars file.
|
||||
|
||||
doom env [-c|--clear]
|
||||
|
Reference in New Issue
Block a user