Refactor core-cli

Moved to separate files for better organization.
This commit is contained in:
Henrik Lissner 2018-09-07 21:49:49 -04:00
parent 57579b883b
commit 77d2d84e14
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
11 changed files with 966 additions and 955 deletions

7
core/cli/debug.el Normal file
View 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.")