Skip to content

Commit

Permalink
scripts/bash/lxd-client: add missing args to lxc network completion
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Deziel <simon.deziel@canonical.com>
  • Loading branch information
simondeziel committed Mar 18, 2024
1 parent 60c134a commit 1a11af2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/bash/lxd-client
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ _have lxc && {
"network")
case $pos in
2)
COMPREPLY=( $(compgen -W "list show create get set unset delete edit rename attach attach-profile detach detach-profile info acl forward list-leases load-balancer peer zone" -- $cur) )
COMPREPLY=( $(compgen -W "acl attach attach-profile create delete detach detach-profile edit forward get info list list-allocations list-leases load-balancer peer rename set show unset zone" -- $cur) )
;;
3)
case ${no_dashargs[2]} in
Expand Down

0 comments on commit 1a11af2

Please sign in to comment.