0.1.0 • Published 5 years ago

todocli-sdras v0.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

todocli

todocli practice

oclif Version Downloads/week License

Usage

$ npm install -g todocli
$ todocli COMMAND
running command...
$ todocli (-v|--version|version)
todocli/0.1.0 darwin-x64 node-v12.6.0
$ todocli --help [COMMAND]
USAGE
  $ todocli COMMAND
...

Commands

todocli add

Describe the command here

USAGE
  $ todocli add

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

DESCRIPTION
  ...
  Extra documentation goes here

todocli hello

Adds a new todo

USAGE
  $ todocli hello

OPTIONS
  -n, --task=task  task

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

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 remove

Describe the command here

USAGE
  $ todocli remove

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

DESCRIPTION
  ...
  Extra documentation goes here

todocli show

Show existing tasks

USAGE
  $ todocli show

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

todocli update

Marks a task as done

USAGE
  $ todocli update

OPTIONS
  -n, --id=id  task id

DESCRIPTION
  ...
  Marks a task as done