multipass
command completions for Fish.
Install with Fisher:
fisher install Divkix/multipass-fish-completions
Or manually:
mkdir ~/.config/fish/completions
wget https://raw.githubusercontent.com/Divkix/multipass-fish-completions/main/completions/multipass.fish -O ~/.config/fish/completions/multipass.fish
Fish will load the new completions straight away—no reload required.
% multipass [TAB]
delete (Delete instances)
recover (Recover deleted instances)
exec (Run a command on an instance)
restart (Restart instances)
...
These completions have been taken from here and here. Thanks to both the authors for their work.