Signed-off-by: Guilhem Lettron <guilhem@lettron.fr>
| ... | ... |
@@ -336,7 +336,7 @@ complete -c docker -A -f -n '__fish_seen_subcommand_from run' -l restart -d 'Res |
| 336 | 336 |
complete -c docker -A -f -n '__fish_seen_subcommand_from run' -l rm -d 'Automatically remove the container when it exits (incompatible with -d)' |
| 337 | 337 |
complete -c docker -A -f -n '__fish_seen_subcommand_from run' -l security-opt -d 'Security Options' |
| 338 | 338 |
complete -c docker -A -f -n '__fish_seen_subcommand_from run' -l sig-proxy -d 'Proxy received signals to the process (non-TTY mode only). SIGCHLD, SIGSTOP, and SIGKILL are not proxied.' |
| 339 |
-complete -c docker -A -f -n '__fish_seen_subcommand_from run' -l stop-signal 'Signal to kill a container' |
|
| 339 |
+complete -c docker -A -f -n '__fish_seen_subcommand_from run' -l stop-signal -d 'Signal to kill a container' |
|
| 340 | 340 |
complete -c docker -A -f -n '__fish_seen_subcommand_from run' -s t -l tty -d 'Allocate a pseudo-TTY' |
| 341 | 341 |
complete -c docker -A -f -n '__fish_seen_subcommand_from run' -s u -l user -d 'Username or UID' |
| 342 | 342 |
complete -c docker -A -f -n '__fish_seen_subcommand_from run' -s v -l volume -d 'Bind mount a volume (e.g., from the host: -v /host:/container, from Docker: -v /container)' |