1
0
mirror of https://github.com/docker/cli-docs-tool.git synced 2025-08-08 10:22:04 +03:00

annotation to specify code delimiter for flag usage

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2021-11-22 10:33:16 +01:00
parent 383716cbae
commit c712d9e559
10 changed files with 316 additions and 73 deletions

View File

@@ -46,8 +46,8 @@ func gen(opts *options) error {
// root command
cmd := &cobra.Command{
Use: "buildx",
Short: "Build with BuildKit",
Use: "docker [OPTIONS] COMMAND [ARG...]",
Short: "The base command for the Docker CLI.",
}
// subcommand for the plugin