mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 21:03:12 +00:00
fix(completion): -T option
This commit is contained in:
parent
eb1c4b4934
commit
f08f475982
1 changed files with 2 additions and 2 deletions
|
@ -206,8 +206,8 @@ complete -c $command -s k \
|
||||||
-d 'Specify a render engine for a diagram'
|
-d 'Specify a render engine for a diagram'
|
||||||
|
|
||||||
complete -c $command -s T \
|
complete -c $command -s T \
|
||||||
-a '(__fish_graphviz__print_formats)' \
|
-a "(string split ' ' -- (__fish_graphviz__print_formats))" \
|
||||||
-d 'Specify a render engine for a diagram'
|
-d 'Specify an output format for a diagram'
|
||||||
|
|
||||||
complete -c $command -s l -d 'Specify a library for a diagram'
|
complete -c $command -s l -d 'Specify a library for a diagram'
|
||||||
complete -c $command -s n -f -d 'Specify a no-op flag for neato'
|
complete -c $command -s n -f -d 'Specify a no-op flag for neato'
|
||||||
|
|
Loading…
Reference in a new issue