You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When inputting a command Partially, I expect the helpt to kick in.
The default Handling from Symphony isnt verry pretty.
Example:
Input: ct docker
Output:
[InvalidArgumentException]
Command "docker" is not defined.
Did you mean one of these?
docker:compose
docker:create
docker:iftop
docker:sniff
docker:mysql
docker:shell
docker:exec
docker:root
docker:cli
docker:up
By handling the Exception and Providing additional informations, this can improve the help functionality of clitools. (and lint the bloat of commands a bit ;)
The text was updated successfully, but these errors were encountered:
When inputting a command Partially, I expect the helpt to kick in.
The default Handling from Symphony isnt verry pretty.
Example:
Input: ct docker
Output:
[InvalidArgumentException]
Command "docker" is not defined.
Did you mean one of these?
docker:compose
docker:create
docker:iftop
docker:sniff
docker:mysql
docker:shell
docker:exec
docker:root
docker:cli
docker:up
By handling the Exception and Providing additional informations, this can improve the help functionality of clitools. (and lint the bloat of commands a bit ;)
The text was updated successfully, but these errors were encountered: