v0.9.2 - Tab Completion
What's Changed
Tab Completion for lec CLI (LPD-86190)
The lec command now supports tab completion in Bash and Zsh. This happens automatically inside of shell-source.sh, so just open a new shell and try it out with TAB!
Note: In order to support completions, lec was changed to a shell function instead of an alias. This should not have any functional impact, but please raise an issue if it does
Test improvements (LPD-83621)
PRs
- LPD-83621 Add test coverage for composer startup with databases by @drewbrokke in #263
- LPD-86190 Composer - shell completion for lec.sh by @drewbrokke in #262
Full Changelog: v0.9.1...v0.9.2