0.0.0 • Published 5 years ago

ttttttttt-cli v0.0.0

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

todocli

oclif Version CircleCI Downloads/week License

Usage

$ npm install -g ttttttttt-cli
$ todocli COMMAND
running command...
$ todocli (-v|--version|version)
ttttttttt-cli/0.0.0 darwin-x64 node-v8.9.1
$ todocli --help [COMMAND]
USAGE
  $ todocli COMMAND
...

Commands

todocli add

Adds a new todo

USAGE
  $ todocli add

OPTIONS
  -n, --task=task  task

DESCRIPTION
  ...
  Adds a new todo to the existing list

See code: src/commands/add.js

todocli hello

Describe the command here

USAGE
  $ todocli hello

OPTIONS
  -n, --name=name  name to print

DESCRIPTION
  ...
  Extra documentation goes here

See code: src/commands/hello.js

todocli help [COMMAND]

display help for todocli

USAGE
  $ todocli help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

todocli show

Show existing tasks

USAGE
  $ todocli show

DESCRIPTION
  ...
  Show all the tasks sorted by their ids

See code: src/commands/show.js