Right now, subcommands need to define the short attribute in order to have their short version (commit, c).
It would be much nicer if we can automatically support any input and match it to the first matching command - so for a command named commit, it will automatically accept c, co, com etc.
Right now, subcommands need to define the
shortattribute in order to have their short version (commit, c).It would be much nicer if we can automatically support any input and match it to the first matching command - so for a command named
commit, it will automatically acceptc,co,cometc.