Skip to content

Commit

Permalink
feat: print description for toggl start (#316)
Browse files Browse the repository at this point in the history
  • Loading branch information
theletterjeff authored Nov 13, 2023
1 parent c1d5ede commit 6693dfe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions toggl/cli/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -454,6 +454,8 @@ def entry_start(ctx, descr, **kwargs):
**kwargs
)

click.echo('Started {}'.format(descr))


@cli.command('now', short_help='manage current time entry')
@click.option('--description', '-d', help='Sets description')
Expand Down

0 comments on commit 6693dfe

Please sign in to comment.