2
0
Fork 0
mirror of https://github.com/fish-shell/fish-shell synced 2025-01-26 19:55:08 +00:00
fish-shell/share/completions/sqlsharp.fish

4 lines
167 B
Fish
Raw Normal View History

complete -c sqlsharp -s f -r -d 'Read SQL commands from file'
complete -c sqlsharp -s o -r -d 'Redirect stdout to file'
complete -c sqlsharp -s s -d 'Use silent mode'