1.0.2 • Published 4 years ago

@muhammadatique/todocli v1.0.2

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

todocli

oclif Version CircleCI Downloads/week License

Usage

$ npm install -g todocli
$ todocli COMMAND
running command...
$ todocli (-v|--version|version)
todocli/1.0.2 linux-x64 node-v12.19.0
$ todocli --help [COMMAND]
USAGE
  $ todocli COMMAND
...

Commands

todocli add [TASK]

Add todo write todo in colons

USAGE
  $ todocli add [TASK]

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

See code: src/commands/add.ts

todocli del [ID]

Delete todo provide id

USAGE
  $ todocli del [ID]

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

See code: src/commands/del.ts

todocli done [ID]

Mark the todo as Completed

USAGE
  $ todocli done [ID]

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

See code: src/commands/done.ts

todocli edit [ID] [TASK]

Edit and update task "required id, task"

USAGE
  $ todocli edit [ID] [TASK]

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

See code: src/commands/edit.ts

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 mycommands [FILE]

Show Todo Table with command box

USAGE
  $ todocli mycommands [FILE]

OPTIONS
  --stage=add|edit|done|delete|quit

See code: src/commands/mycommands.ts

todocli rmdone [FILE]

Remove all completed

USAGE
  $ todocli rmdone [FILE]

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

See code: src/commands/rmdone.ts

todocli showall [FILE]

Show all todos in table

USAGE
  $ todocli showall [FILE]

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

See code: src/commands/showall.ts