Fix to output error log of cmd

pull/45/head
178inaba 2017-04-26 12:38:11 +09:00
parent d0fb60d3ec
commit 894bab96b7
1 changed files with 1 additions and 1 deletions

View File

@ -339,7 +339,7 @@ func run() int {
return nil
}
app.Run(os.Args)
fatalIf(app.Run(os.Args))
return 0
}