This commit is contained in:
Joey Hess 2020-02-25 17:44:03 -04:00
parent 9dca87311a
commit 5de1abf3da
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -0,0 +1,12 @@
Like git annex runs git-annex, git-annex foo could run git-annex-foo when
it's not built-in.
One user of this would be annex-review-unused, which
its author would rather name git-annex-reviewunused if that
made "git annex reviewunused" work.
In CmdLine, where autocorrect is handled, it would need to
search the path for all "git-annex-" commands and then
either dispatch the one matching the inputcmdname,
or do autocorrect with the list of those commands
included along with the builtins. --[[Joey]]