From 0f0b98f0bb4cafc61b450008d4d8b683ce472022 Mon Sep 17 00:00:00 2001 From: Ulises Santana Date: Mon, 18 Dec 2023 07:41:53 +0000 Subject: [PATCH] docs(start): add use example --- src/commands/start.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/commands/start.ts b/src/commands/start.ts index c3a56d6..0c21270 100644 --- a/src/commands/start.ts +++ b/src/commands/start.ts @@ -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 = {