Skip to content

Commit

Permalink
[bash] remove --all from bash completions
Browse files Browse the repository at this point in the history
  • Loading branch information
sharder996 authored and ricab committed Oct 16, 2023
1 parent 675a646 commit af6f4d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion completions/bash/multipass
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ _multipass_complete()
opts="${opts} --working-directory --no-map-working-directory"
;;
"info")
_add_nonrepeating_args "--all --format"
_add_nonrepeating_args "--format"
;;
"list"|"ls"|"networks"|"aliases")
_add_nonrepeating_args "--format"
Expand Down

0 comments on commit af6f4d9

Please sign in to comment.