We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40a1469 commit 4c4eed3Copy full SHA for 4c4eed3
main.go
@@ -209,6 +209,7 @@ func _status(path *string) func(*cli.Cmd) {
209
210
func main() {
211
app := cli.App("pomo", "Pomodoro CLI")
212
+ 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."
213
app.Spec = "[OPTIONS]"
214
var (
215
path = app.StringOpt("p path", defaultConfigPath(), "path to the pomo config directory")
0 commit comments