Enhanced package and build to by default not include any source code

This commit is contained in:
NotZippy
2018-09-14 15:56:26 -07:00
parent d0baaeb9e9
commit 3ad381d45b
9 changed files with 88 additions and 24 deletions

View File

@@ -98,6 +98,8 @@ func updateRunConfig(c *model.CommandConfig, args []string) bool {
// 1st arg is the run mode
c.Run.Mode = args[0]
}
case 0:
return false
}
c.Index = RUN
return true