mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-27 05:13:10 +00:00
parent
90b9bce174
commit
b3c610feff
1 changed files with 8 additions and 0 deletions
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 a new issue