Removed version update

Version control is maintained through go.mod file
Modified harness to only kill the application if not responded after 60 seconds in windows
This commit is contained in:
notzippy@gmail.com
2020-06-06 07:49:10 -07:00
parent 5070fb8be0
commit 6371373eb5
5 changed files with 7 additions and 17 deletions

View File

@@ -2,7 +2,5 @@ package command
type (
Version struct {
ImportCommand
Update bool `short:"u" long:"update" description:"Update the framework and modules" required:"false"`
UpdateVersion string `long:"update-version" description:"Specify the version the revel and app will be switched to" required:"false"`
}
)