mirror of
https://github.com/yiisoft/yii2.git
synced 2026-03-06 15:28:58 +01:00
This allows to auto-complete commands available by the `./yii` executable on the bash by expanding the first argument with the TAB key. E.g. Typing `./yii [TAB]` will list all commands. `./yii mig[TAB]` will auto-complete to `./yii migrate` and tab after that will list all migration sub-commands(actions). fixes #475
18 KiB
18 KiB