DockerCLI/docs/yaml
Sebastiaan van Stijn 7e90635652
Fix yamldocs outputing `[flags]` in usage output
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>
(cherry picked from commit 44d96e9120)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2018-11-29 15:44:16 +01:00
..
Dockerfile Revert docs/yaml removal 2017-06-02 00:25:19 +00:00
generate.go Fix yamldocs outputing `[flags]` in usage output 2018-11-29 15:44:16 +01:00
yaml.go YAML docs: add os_type property on flags and (sub)commands 2018-05-31 22:31:31 +02:00