Skip to content

Commit

Permalink
Use DefaultText in up.go (#587)
Browse files Browse the repository at this point in the history
Signed-off-by: Guangyang Li <bot@guangyangli.com>
  • Loading branch information
gyli committed Jul 11, 2022
1 parent 8b4fb1e commit 00249bb
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pkg/app/up.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,10 @@ var CommandUp = &cli.Command{
Usage: "Build and run the envd environment",
Flags: []cli.Flag{
&cli.StringFlag{
Name: "tag",
Usage: "Name and optionally a tag in the 'name:tag' format (default: PROJECT:dev)",
Aliases: []string{"t"},
Name: "tag",
Usage: "Name and optionally a tag in the 'name:tag' format",
Aliases: []string{"t"},
DefaultText: "PROJECT:dev",
},
&cli.PathFlag{
Name: "path",
Expand Down

0 comments on commit 00249bb

Please sign in to comment.