laminas / laminas-cli

Console command runner, exposing commands written in Laminas MVC and Mezzio components and applications
https://docs.laminas.dev/laminas-cli
BSD 3-Clause "New" or "Revised" License
55 stars 22 forks source link

Simplify autocompletion support #84

Open froschdesign opened 2 years ago

froschdesign commented 2 years ago

Enhancement

Q A
Enhancement yes
BC Break no

Summary

Symfony added "interactive bash completion support" in the console component:

This can be simplify the current support of autocompletion in laminas-cli.