0.0.12 • Published 4 years ago

electude v0.0.12

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

electude

Electude test CLI

oclif Version Downloads/week License

Usage

$ npm install -g electude
$ electude COMMAND
running command...
$ electude (-v|--version|version)
electude/0.0.12 win32-x64 node-v12.14.1
$ electude --help [COMMAND]
USAGE
  $ electude COMMAND
...

Commands

electude help [COMMAND]

display help for electude

USAGE
  $ electude help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

electude remove

Removes a task by id

USAGE
  $ electude remove

OPTIONS
  -n, --name=name  (required) task id

DESCRIPTION
  ...
  Removes a task permanently from database by id

See code: src\commands\remove.js

electude show

Shows existing tasks

USAGE
  $ electude show

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

See code: src\commands\show.js

electude update

Marks a task as done

USAGE
  $ electude update

OPTIONS
  -n, --name=name  task id

DESCRIPTION
  ...
  Marks a task as done

See code: src\commands\update.js

0.0.10

4 years ago

0.0.11

4 years ago

0.0.12

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.3

4 years ago

0.0.0

4 years ago