Refactoring: remove context switching, another way to catch panics, colored output. #96

This commit is contained in:
Andrey Smirnov
2014-08-25 22:05:02 +04:00
parent 39a1f0ec2d
commit 68e600974d
5 changed files with 80 additions and 77 deletions

View File

@@ -6,5 +6,5 @@ import (
)
func main() {
cmd.Run(os.Args[1:], true)
os.Exit(cmd.Run(cmd.RootCommand(), os.Args[1:], true))
}