Patch for windows

Made interrupt call os.Kill for windows
Added check for process still running before killing it
This commit is contained in:
NotZippy
2018-10-30 13:28:44 -07:00
parent 5f558aca4e
commit 98e771cd01
4 changed files with 25 additions and 5 deletions

View File

@@ -88,7 +88,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"`
}
)