mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Add self
to bash completion of docker node inspect
Signed-off-by: Harald Albers <github@albersweb.de>
This commit is contained in:
parent
1ccd9d3137
commit
b63a7692d6
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue