Add some stuff

This commit is contained in:
Uttarayan Mondal
2021-06-01 15:10:48 +05:30
parent e8932b1790
commit ca73dba5dc
6 changed files with 102 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
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'