v1.7.4
Patches
-
Handle equal-length aliases for sub-commands: 6a08885
Previously, a subcommand only worked correctly if its alias had fewer segments:sade('git') .command('remote add <name> <url>') .alias('ra', 'remote new') // ... // BEFORE: Only `ra` worked // AFTER: Both `ra` and `remote new` work
- (perf) Faster command parsing: 6a08885
Fewerfor-loop
s to determine command alises.
Chores
- (CI) Move CI to GitHub Actions: 66c0912, a35149b
- (pkg): Ensure valid
author.url
format (#41): cf24e4f
Thank you @marvinhagemeister