Merge pull request #25444 from albers/completion-node-inspect-self
Add `self` to bash completion of `docker node inspect`
This commit is contained in:
commit
5605510bb6
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