Files
dotfiles/config/fish/completions/mctl.fish
Uttarayan Mondal ca73dba5dc Add some stuff
2021-06-01 15:10:48 +05:30

4 lines
287 B
Fish

complete -c mctl -n "__fish_use_subcommand" -s p -l player -d 'Specify the player' -r -f -a "both mpd mpris"
complete -c mctl -n "__fish_use_subcommand" -s h -l help -d 'Prints help information'
complete -c mctl -n "__fish_use_subcommand" -s V -l version -d 'Prints version information'