consolekit 0.0.4 consolekit: ^0.0.4 copied to clipboard
$ Console Kit is a tool for creating interactive CLI applications.
0.0.4 #
Fix not outputting full options and flag prefixes.
0.0.3 #
- BREAKING: Remove
appendExecutablePath
inCommandInput
. - BREAKING:
CommandInput.arguments
now is parameterized type. - FEATURE: Public the
executablePath
inCommandInput
. - FEATURE: Support the add new argument in
CommandInput
.
0.0.2 #
- [FIX]: Fix the group command display sys message.