mirror of https://github.com/docker/cli.git
Add `self` to bash completion of `docker node inspect`
Signed-off-by: Harald Albers <github@albersweb.de>
This commit is contained in:
parent
cfd7733d30
commit
5b559678c3
|
@ -1966,7 +1966,7 @@ _docker_node_inspect() {
|
|||
COMPREPLY=( $( compgen -W "--format -f --help --pretty" -- "$cur" ) )
|
||||
;;
|
||||
*)
|
||||
__docker_complete_nodes
|
||||
__docker_complete_nodes_plus_self
|
||||
esac
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue