mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-09 12:57:25 -05:00
Refactor core-cli
Moved to separate files for better organization.
This commit is contained in:
7
core/cli/debug.el
Normal file
7
core/cli/debug.el
Normal file
@ -0,0 +1,7 @@
|
||||
;;; core/cli/debug.el -*- lexical-binding: t; -*-
|
||||
|
||||
(dispatcher! info (doom/info)
|
||||
"Output system info in markdown for bug reports.")
|
||||
|
||||
(dispatcher! (version v) (doom/version)
|
||||
"Reports the version of Doom and Emacs.")
|
Reference in New Issue
Block a user