Merge pull request #845 from AkihiroSuda/buildctl-b

buildctl: add `b` as an alias for `build`
docker-19.03
Tõnis Tiigi 2019-03-05 13:22:50 -08:00 committed by GitHub
commit 06809f387a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 3 deletions

View File

@ -28,6 +28,7 @@ import (
var buildCommand = cli.Command{
Name: "build",
Aliases: []string{"b"},
Usage: "build",
Action: build,
Flags: []cli.Flag{