mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 10:57:30 +08:00
parent
90b9bce174
commit
b3c610feff
8
share/completions/mycli.fish
Normal file
8
share/completions/mycli.fish
Normal file
|
@ -0,0 +1,8 @@
|
|||
# fish completion for mycli -*- shell-script -*-
|
||||
|
||||
function __fish_mycli_dsn
|
||||
mycli --list-dsn
|
||||
end
|
||||
|
||||
complete -c mycli -s d -l dsn -x -d 'Use DSN configured into the [alias_dsn]' -a '(__fish_mycli_dsn)'
|
||||
complete -c mycli -a '(__fish_mycli_dsn)'
|
Loading…
Reference in New Issue
Block a user