File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -24,9 +24,10 @@ var rootCmd = &cobra.Command{
2424Start a work session with the default duration from your config file,
2525or specify a custom duration. The timer shows a progress bar and sends
2626desktop notifications when complete.` ,
27- Example : ` pomo # Start work session
28- pomo 1h15m # Start 1 hour 15 minute session
29- pomo 45m 15m # Start 45 minute work session with 15 minute break` ,
27+ Example : ` pomo # Start work session
28+ pomo 1h15m # Start 1 hour 15 minute session
29+ pomo 45m 15m # Start 45 minute work session with 15 minute break
30+ pomo -t "write report" # work session with custom title (or --title)` ,
3031
3132 Args : cobra .MaximumNArgs (2 ),
3233 Run : func (cmd * cobra.Command , args []string ) {
You can’t perform that action at this time.
0 commit comments