Remove file completions for mycli command

This commit is contained in:
Jakob Lechner 2024-10-09 10:54:45 +02:00
parent 39ced5297f
commit 5a99f3eda7

View file

@ -171,6 +171,7 @@
xdg.configFile."fish/completions/mycli.fish".text = ''
complete -e -c mycli
complete -c mycli -f
complete -c mycli -f -s h -l host -d "Host address of the database."
complete -c mycli -f -s P -l port -d "Port number to use for connection."
complete -c mycli -f -s u -l user -d "User name to connect to the database."