0.1.0 • Published 5 years ago

cli-toggl v0.1.0

Weekly downloads
4
License
MIT
Repository
github
Last release
5 years ago

toggl-cli

A toggl cli

oclif Version Downloads/week License

Usage

$ npm install -g toggl-command-line
$ toggl COMMAND
running command...
$ toggl (-v|--version|version)
toggl-command-line/0.1.0 darwin-x64 node-v13.12.0
$ toggl --help [COMMAND]
USAGE
  $ toggl COMMAND
...

Commands

toggl current

Shows current entry

USAGE
  $ toggl current

OPTIONS
  -h, --help  show CLI help

See code: src/commands/current.ts

toggl entry:start

Start a new time entry

USAGE
  $ toggl entry:start

OPTIONS
  -h, --help  show CLI help

EXAMPLE
  toggl entry:start

See code: src/commands/entry/start.ts

toggl entry:stop

Stops current time entry

USAGE
  $ toggl entry:stop

OPTIONS
  -h, --help  show CLI help

EXAMPLE
  toggl entry:stop

See code: src/commands/entry/stop.ts

toggl help [COMMAND]

display help for toggl

USAGE
  $ toggl help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help