mirror of
https://github.com/docker/cli.git
synced 2026-09-02 18:14:35 -05:00
Add self to bash completion of docker node inspect
Signed-off-by: Harald Albers <github@albersweb.de>
Upstream-commit: 5b559678c3
Component: cli
This commit is contained in:
committed by
Tibor Vass
parent
000864941a
commit
1315c8af13
@@ -1966,7 +1966,7 @@ _docker_node_inspect() {
|
||||
COMPREPLY=( $( compgen -W "--format -f --help --pretty" -- "$cur" ) )
|
||||
;;
|
||||
*)
|
||||
__docker_complete_nodes
|
||||
__docker_complete_nodes_plus_self
|
||||
esac
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user