|
|
@ -29,7 +29,7 @@ import ( |
|
|
|
// Test that go1.1 tag above is included in builds. main.go refers to this definition.
|
|
|
|
// Test that go1.1 tag above is included in builds. main.go refers to this definition.
|
|
|
|
const go11tag = true |
|
|
|
const go11tag = true |
|
|
|
|
|
|
|
|
|
|
|
const APP_VER = "0.5.7.1205.7" |
|
|
|
const APP_VER = "0.5.7.1205" |
|
|
|
|
|
|
|
|
|
|
|
// //cmd.CmdSearch,
|
|
|
|
// //cmd.CmdSearch,
|
|
|
|
// cmdClean,
|
|
|
|
// cmdClean,
|
|
|
@ -62,7 +62,7 @@ func main() { |
|
|
|
//cmd.CmdTest,
|
|
|
|
//cmd.CmdTest,
|
|
|
|
} |
|
|
|
} |
|
|
|
app.Flags = append(app.Flags, []cli.Flag{ |
|
|
|
app.Flags = append(app.Flags, []cli.Flag{ |
|
|
|
cli.BoolFlag{"noterm", "Disable color output"}, |
|
|
|
cli.BoolFlag{"noterm", "disable color output"}, |
|
|
|
cli.BoolFlag{"verbose", "show process details"}, |
|
|
|
cli.BoolFlag{"verbose", "show process details"}, |
|
|
|
}...) |
|
|
|
}...) |
|
|
|
app.Run(os.Args) |
|
|
|
app.Run(os.Args) |
|
|
|