mirror of https://github.com/docker/cli.git
44d96e9120
A similar change was made in the CLI itself, but is not inherited by the code that generates the YAML docs. Before this patch is applied; ``` usage: docker container exec [OPTIONS] CONTAINER COMMAND [ARG...] [flags] ``` With this patch applied: ``` usage: docker container exec [OPTIONS] CONTAINER COMMAND [ARG...] ``` Signed-off-by: Sebastiaan van Stijn <github@gone.nl> |
||
---|---|---|
.. | ||
Dockerfile | ||
generate.go | ||
yaml.go |