Skip to content

Latest commit

 

History

History
70 lines (55 loc) · 1.48 KB

README.md

File metadata and controls

70 lines (55 loc) · 1.48 KB

zoho-time

Tracks time via Zoho Books

oclif Version Downloads/week License

Usage

$ npm install -g zoho-time
$ zt COMMAND
running command...
$ zt (-v|--version|version)
zoho-time/0.0.1 linux-x64 node-v15.5.1
$ zt --help [COMMAND]
USAGE
  $ zt COMMAND
...

Commands

zt hello [FILE]

describe the command here

USAGE
  $ zt hello [FILE]

OPTIONS
  -f, --force
  -h, --help       show CLI help
  -n, --name=name  name to print

EXAMPLE
  $ zt hello
  hello world from ./src/hello.ts!

See code: src/commands/hello.ts

zt help [COMMAND]

display help for zt

USAGE
  $ zt help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help