|
@@ -2104,10 +2104,7 @@ _docker_node_ps() {
|
|
|
COMPREPLY=( $( compgen -W "--all -a --filter -f --help --no-resolve --no-trunc" -- "$cur" ) )
|
|
|
;;
|
|
|
*)
|
|
|
- local counter=$(__docker_pos_first_nonflag '--filter|-f')
|
|
|
- if [ $cword -eq $counter ]; then
|
|
|
- __docker_complete_nodes_plus_self
|
|
|
- fi
|
|
|
+ __docker_complete_nodes_plus_self
|
|
|
;;
|
|
|
esac
|
|
|
}
|