generate reference api

Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
This commit is contained in:
Guillaume Lours 2022-03-16 22:54:17 +01:00 committed by Nicolas De loof
parent c843d373de
commit 35ba6f68e5
2 changed files with 4 additions and 4 deletions

View File

@ -46,7 +46,7 @@ options:
shorthand: i
value_type: bool
default_value: "true"
description: Keep STDIN open even if not attached. DEPRECATED
description: Keep STDIN open even if not attached.
deprecated: false
hidden: true
experimental: false
@ -56,7 +56,7 @@ options:
- option: no-TTY
shorthand: T
value_type: bool
default_value: "false"
default_value: "true"
description: |
Disable pseudo-TTY allocation. By default `docker compose exec` allocates a TTY.
deprecated: false
@ -79,7 +79,7 @@ options:
shorthand: t
value_type: bool
default_value: "true"
description: Allocate a pseudo-TTY. DEPRECATED
description: Allocate a pseudo-TTY.
deprecated: false
hidden: true
experimental: false

View File

@ -124,7 +124,7 @@ options:
- option: no-TTY
shorthand: T
value_type: bool
default_value: "false"
default_value: "true"
description: |
Disable pseudo-noTty allocation. By default docker compose run allocates a TTY
deprecated: false