add long description to root command

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
pull/810/head
CrazyMax 3 years ago
parent be2c8f71fe
commit e150d7bdd8
No known key found for this signature in database
GPG Key ID: 3248E46B6BB8C7F7

@ -12,7 +12,8 @@ import (
func NewRootCmd(name string, isPlugin bool, dockerCli command.Cli) *cobra.Command {
cmd := &cobra.Command{
Short: "Build with BuildKit",
Short: "Docker Buildx",
Long: `Extended build capabilities with BuildKit`,
Use: name,
}
if isPlugin {

@ -5,7 +5,7 @@ docker buildx [OPTIONS] COMMAND
```
<!---MARKER_GEN_START-->
Build with BuildKit
Extended build capabilities with BuildKit
### Subcommands

Loading…
Cancel
Save