cli_completion 0.5.0 cli_completion: ^0.5.0 copied to clipboard
Completion functionality for Dart Command-Line Interfaces built using CommandRunner. Built by Very Good Ventures.
0.5.0 #
0.4.0 #
- docs: update readme with a troubleshooting section (#63)
- feat: included
CompletionConfiguration
class (#71) - feat: include uninstallation logic (#70)
- feat: include
UninstallCompletionFilesCommand
(#72) - feat: avoid auto-installing manually uninstalled commands (#73)
- feat: avoid auto-installing when already installed (#74)
0.3.0 (2023-02-27) #
Bug Fixes #
Features #
0.2.0 (2023-01-13) #
Features #
- restrict non multi options (#44) (32dfc23)
- suggest negatable flags (#45) (8e0049a)
- Tell the user to source the config file when installation is done (#41) (53d1f08)
0.1.0+1 (2022-12-09) #
0.1.0 (2022-12-08) #
Bug Fixes #
Features #
- add example app (#9) (452d1dd)
- add idea run config (#20) (859c7f6)
- add install triggers (#10) (cf0fe94)
- add installation process for bash (#8) (af74cec)
- add installation process for zsh (#7) (d7cdfd5)
- add integrated tests (#19) (615ef3d)
- add optional auto-install (#29) (e8585d6)
- handle completion request (#17) (aada678)
- list files when there is no completion on zsh (#21) (ca273fc)
- suggest options, flags and option values (#24) (7677ab6)
- suggest sub commands (#22) (ea3f5db)