add long help message

This commit is contained in:
Kevin Schoon 2019-01-25 00:42:38 -05:00
parent 40a14692a6
commit 4c4eed3f60
1 changed files with 1 additions and 0 deletions

View File

@ -209,6 +209,7 @@ func _status(path *string) func(*cli.Cmd) {
func main() {
app := cli.App("pomo", "Pomodoro CLI")
app.LongDesc = "Pomo helps you track what you did, how long it took you to do it, and how much effort you expect it to take."
app.Spec = "[OPTIONS]"
var (
path = app.StringOpt("p path", defaultConfigPath(), "path to the pomo config directory")