Print author

This commit is contained in:
Audrius Butkevicius
2014-07-26 21:47:36 +01:00
parent 27ecc97192
commit e38bac8225
2 changed files with 5 additions and 3 deletions

2
app.go
View File

@@ -60,8 +60,6 @@ func NewApp() *App {
BashComplete: DefaultAppComplete,
Action: helpCommand.Action,
Compiled: compileTime(),
Author: "Author",
Email: "unknown@email",
}
}