Improve bash completion for create|run --stop-signal
Signed-off-by: Harald Albers <github@albersweb.de>
This commit is contained in:
parent
81cbf49e52
commit
994948a08f
1 changed files with 4 additions and 0 deletions
|
@ -1704,6 +1704,10 @@ _docker_container_run_and_create() {
|
|||
fi
|
||||
return
|
||||
;;
|
||||
--stop-signal)
|
||||
__docker_complete_signals
|
||||
return
|
||||
;;
|
||||
--storage-opt)
|
||||
COMPREPLY=( $( compgen -W "size" -S = -- "$cur") )
|
||||
__docker_nospace
|
||||
|
|
Loading…
Reference in a new issue