Disable file completion

This commit is contained in:
Ilan Cosman 2021-02-03 15:55:05 -08:00
parent ee41612663
commit eaf57cae5a

View File

@ -1,3 +1,5 @@
complete -c tide --no-files
complete -c tide -x -n '__fish_use_subcommand' -a --help -d "Print help message"
complete -c tide -x -n '__fish_use_subcommand' -a --version -d "Print tide version"
complete -c tide -x -n '__fish_use_subcommand' -a bug-report -d "Print info for use in bug reports"