You've already forked cli-docs-tool
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user