Skip to content

Commit

Permalink
docs(start): add use example
Browse files Browse the repository at this point in the history
  • Loading branch information
ulisesantana committed Dec 18, 2023
1 parent ef73332 commit 0f0b98f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/commands/start.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ export default class Start extends TrackCommand {

static description = 'Start a new time entry.'
static examples = [
'<%= config.bin %> <%= command.id %>',
'<%= config.bin %> <%= command.id %> -i',
'<%= config.bin %> <%= command.id %> Working -p "Your project"',
]

static flags = {
Expand Down

0 comments on commit 0f0b98f

Please sign in to comment.