add long help message
This commit is contained in:
parent
40a14692a6
commit
4c4eed3f60
1
main.go
1
main.go
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue