Merge pull request #403 from stoned/build-short-descr

fix: build command short description
This commit is contained in:
yxxhero 2022-10-01 06:32:33 +08:00 committed by GitHub
commit d169786770
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ func NewBuildCmd(globalCfg *config.GlobalImpl) *cobra.Command {
cmd := &cobra.Command{
Use: "build",
Short: "Build all resources from state file only when there are changes",
Short: "Build all resources from state file",
RunE: func(cmd *cobra.Command, args []string) error {
err := config.NewCLIConfigImpl(buildImpl.GlobalImpl)
if err != nil {