cli_completion 0.6.0
cli_completion: ^0.6.0 copied to clipboard
Completion functionality for Dart Command-Line Interfaces built using CommandRunner. Built by Very Good Ventures.
Changelog #
0.6.0 - 2026-08-06 #
Features #
- enhance Zsh completion with menu selection (#104) (f51590e)
- upgrade to Dart 3.12 (#119) (71f85c4)
- use .bashrc instead of .bash_profile (#113) (70ca16c)
Miscellaneous Chores #
- deps: bump very_good_analysis from 6.0.0 to 7.0.0 (#101) (a5fd323)
- deps: bump very_good_analysis from 7.0.0 to 9.0.0 (#108) (292db4c)
- deps: bump very_good_analysis from 9.0.0 to 10.0.0 (#110) (a12a06c)
- deps: bump very_good_analysis from 9.0.0 to 10.0.0 in /example (#111) (b7c867e)
- deps: upgrade very_good_analysis to 10.3.0 (#122) (932cb32)
0.5.0 #
0.4.0 #
- docs: update readme with a troubleshooting section (#63)
- feat: included
CompletionConfigurationclass (#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 #
0.2.0 - 2023-01-13 #
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)
