Skip to content

Commit

Permalink
add long help message
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinschoon committed Jan 25, 2019
1 parent 40a1469 commit 4c4eed3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 4c4eed3

Please sign in to comment.