Files
doomemacs/core
Henrik Lissner 834ff3ea85 fix(cli): autoloaded clis aliased to wrong commands
I use a shortcut like this to autoload multiple (different) CLIs living
in the same file:

  (defautoload! ((foo bar baz)) "file")

However, this creates premature aliases between autoloaded CLIs. When
'baz' is invoked, instead of loading "file", it resolves to 'foo'
first *then* loads it, causing 'foo' to be executed instead of 'baz'.
This commit fixes that.

Also, minor refactor: I removed the plist argument from a
doom-cli-command-normalize call because it wasn't needed or useful to
the consumer of its return value.

Amend: d226946f59
2022-06-22 02:27:34 +02:00
..
2022-06-17 18:21:23 +02:00
2022-06-18 16:54:45 +02:00
2022-06-18 16:54:45 +02:00
2022-06-18 16:54:45 +02:00
2022-06-17 18:21:23 +02:00