Skip to content

Commit

Permalink
completions: Add '--cancel' & '--time' to stop's option completions
Browse files Browse the repository at this point in the history
Fixes #716
  • Loading branch information
Chris Townsend committed May 16, 2019
1 parent 493cbd6 commit b5283be
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion completions/bash/multipass
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,12 @@ _multipass_complete()
"mount")
opts="${opts} --gid-map --uid-map"
;;
"recover"|"start"|"stop"|"suspend"|"restart")
"recover"|"start"|"suspend"|"restart")
opts="${opts} --all"
;;
"stop")
opts="${opts} --all --cancel --time"
;;
"find")
opts="${opts} --show-unsupported"
;;
Expand Down

0 comments on commit b5283be

Please sign in to comment.