mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-07-22 08:21:02 +02:00
50695: Completion/Unix/Command/_mysql_utils add --protocol option
This commit is contained in:
parent
0a69a2f6cb
commit
c901c1e412
2 changed files with 4 additions and 0 deletions
|
@ -2,6 +2,9 @@
|
|||
* Bart Schaefer: 50399: Completion/Base/Widget/_complete_debug
|
||||
Properly local scope PS4 change
|
||||
|
||||
* 50695: Completion/Unix/Command/_mysql_utils add --protocol
|
||||
option
|
||||
|
||||
2022-09-27 Jun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>
|
||||
|
||||
* 50668: Src/utils.c, Test/D09brace.ztst: treat 8bit characters
|
||||
|
|
|
@ -210,6 +210,7 @@ _mysql_utils() {
|
|||
"--no-defaults[don't read default options from any options file]"
|
||||
'--defaults-file=[read defaults from the given file]:file:_files'
|
||||
'--defaults-extra-file=[read specified file after the global files]:defaults file:_files'
|
||||
'--protocol=[connection protocol to use for connecting to the server]:protocol:(tcp socket pipe memory)'
|
||||
'(-S --socket)'{-S+,--socket=}'[specify socket file to use for connection]:server socket file:_files'
|
||||
'(-h --host)'{-h+,--host=}'[specify server hostname]:hostname:_mysql_hosts'
|
||||
'(-P --port)'{-P+,--port=}'[specify port number for connection]:server port:_mysql_ports'
|
||||
|
|
Loading…
Reference in a new issue