commands: Add CLI tests

See #4598
This commit is contained in:
Bjørn Erik Pedersen
2018-04-10 19:16:09 +02:00
parent 4d32f2fa89
commit e8d6ca9531
10 changed files with 199 additions and 71 deletions

View File

@@ -23,6 +23,7 @@ import (
)
func main() {
runtime.GOMAXPROCS(runtime.NumCPU())
commands.Execute()