multipass icon indicating copy to clipboard operation
multipass copied to clipboard

Bash-complete more instances in`multipass stop --force`

Open ricab opened this issue 5 months ago • 2 comments

When the --force flag is used with multipass stop, suspended/ing and re/starting instances should be completed too. For example:

$ multipass ls
Name                    State             IPv4             Image
natty-nilgai            Suspended         --               Ubuntu 24.04 LTS
$ multipass stop --force n[TAB]

natty-nilgai should be completed.

ricab avatar Sep 18 '24 17:09 ricab