Merge branch 'develop' into fix_windows_path

This commit is contained in:
Steve
2020-04-13 07:32:03 -07:00
committed by GitHub
8 changed files with 51 additions and 19 deletions

View File

@@ -89,7 +89,7 @@ type (
// The version command
Version struct {
ImportPath string `short:"a" long:"application-path" description:"Path to application folder" required:"false"`
Update bool `short:"u" long:"Update the framework and modules" required:"false"`
Update bool `short:"u" long:"update" description:"Update the framework and modules" required:"false"`
} `command:"version"`
}
)