Releases: postmodern/command_kit-completion
Releases · postmodern/command_kit-completion
0.3.0
0.2.1
- Support loading YAML input files that contain YAML aliases.
0.2.0
- Also generate completion rules for option's short flags.
- Also generate
<file>,<directory>,<hostname>, and<user>completion
rules for options who's value is namedFILE,DIR,HOST,USER
(or ends in_FILE,_DIR,_HOST,_USER), respectively. - Also generate
<file>,<directory>,<hostname>, and<user>completion
rules for the command's first argument if it's namedFILE,DIR,HOST,
USER(or ends in_FILE,_DIR,_HOST,_USER), respectively.
0.1.2
- Fix namespace conflict between
FileUtilsandCommandKit::FileUtils.
0.1.1
- Ensure that the parent directory of the output file exists before writing to the output file.
0.1.0
- Initial release:
- Supports automatically generating completion rules from a command_kit CLI
class's options and sub-commands. - Supports loading additional completion rules from a YAML file.
- Supports automatically generating completion rules from a command_kit CLI