mirror of
https://github.com/zsh-users/zsh-completions.git
synced 2026-09-17 16:00:19 +00:00
[Fix] awk regex for all php console based commands
This commit is contained in:
+1
-1
@@ -40,7 +40,7 @@
|
||||
|
||||
|
||||
_console_get_command_list () {
|
||||
php console | sed "1,/Available commands/d" | awk '/^ [a-z]+/ { print $1 }'
|
||||
php console | sed "1,/Available commands/d" | awk '/ [a-z]+/ { print $1 }'
|
||||
}
|
||||
|
||||
_console () {
|
||||
|
||||
Reference in New Issue
Block a user