doomemacs/core/cli
Henrik Lissner 50a0c2ef46
fix(cli): ci.el loader
- :before ci will try to load $REPOROOT/ci.el or $DOOMDIR/ci.el. It
  finds $REPOROOT by calling `git`, but doesn't handle errors. Now it
  does.
- Because &rest was in :before ci's argspec, :before ci * subcommands
  would be inaccessible (not that any exist atm, though).
- Let the user know when it finds the project's ci.el.
2022-06-19 22:49:47 +02:00
..
make feat(cli): add 'doom make completions' for zsh 2022-06-18 23:53:12 +02:00
autoloads.el refactor!(cli): rewrite CLI framework libraries 2022-06-18 23:53:12 +02:00
ci.el fix(cli): ci.el loader 2022-06-19 22:49:47 +02:00
compile.el fix(cli): doom {compile,clean} errors 2022-06-19 01:39:32 +02:00
doctor.el refactor!(cli): rewrite CLI framework libraries 2022-06-18 23:53:12 +02:00
env.el refactor!(cli): rewrite CLI framework libraries 2022-06-18 23:53:12 +02:00
help.el tweak(cli): improve message when no similar commands found 2022-06-19 13:07:28 +02:00
info.el refactor!(cli): rewrite CLI framework libraries 2022-06-18 23:53:12 +02:00
install.el fix(cli): void-function doom-packages-install error on 'doom install' 2022-06-19 03:00:10 +02:00
make.el feat(cli): add 'doom make completions' for zsh 2022-06-18 23:53:12 +02:00
packages.el fix(cli): time out if native-comp hangs 2022-06-19 12:01:52 +02:00
run.el refactor!(cli): rewrite CLI framework libraries 2022-06-18 23:53:12 +02:00
sync.el fix(cli): update 'doom upgrade' 2022-06-19 02:34:23 +02:00
test.el refactor!(cli): rewrite CLI framework libraries 2022-06-18 23:53:12 +02:00
upgrade.el fix(cli): void-function doom-clean-byte-compiled-files on 'doom upgrade' 2022-06-19 12:08:24 +02:00