lowercase bin/cake complettions
This commit is contained in:
parent
d848c94804
commit
b1cc617896
@ -1,10 +1,10 @@
|
|||||||
# CakePHP 3 basic command completion
|
# CakePHP 3 basic command completion
|
||||||
_cakephp3_get_command_list () {
|
_cakephp3_get_command_list () {
|
||||||
bin/cake Completion commands
|
bin/cake completion commands
|
||||||
}
|
}
|
||||||
|
|
||||||
_cakephp3_get_sub_command_list () {
|
_cakephp3_get_sub_command_list () {
|
||||||
bin/cake Completion subcommands ${words[2]}
|
bin/cake completion subcommands ${words[2]}
|
||||||
}
|
}
|
||||||
|
|
||||||
_cakephp3_get_3rd_argument () {
|
_cakephp3_get_3rd_argument () {
|
||||||
|
Loading…
Reference in New Issue
Block a user