Merge pull request #45 from 178inaba/cmd_error_log

Fix to output error log of cmd
pull/46/head
mattn 2017-04-26 12:51:34 +09:00 committed by GitHub
commit add25dd05b
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
}