V-core9 / vdo

Tasks, Notes, HelpOuts...

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vdo

vdo -> Vodo -> V_Todo | :D

oclif Version Downloads/week License

Usage

$ npm install -g vdo
$ vdo COMMAND
running command...
$ vdo (-v|--version|version)
vdo/1.0.1 win32-x64 node-v14.17.5
$ vdo --help [COMMAND]
USAGE
  $ vdo COMMAND
...

Commands

vdo config ACTION

Handles Vdo App configurations

USAGE
  $ vdo config ACTION

ARGUMENTS
  ACTION  (view|create|registerOption) action/function/method you want it to execute

OPTIONS
  -a, --all=all      all
  -n, --name=name    name
  -v, --value=value  value

DESCRIPTION
  ...
  Extra documentation goes here

See code: src/commands/config.js

vdo notes ACTION

Describe the command here

USAGE
  $ vdo notes ACTION

ARGUMENTS
  ACTION  (view|new|trash|untrash|edit|update|complete|incomplete|total_number|generate_test|purge_system) [default:
          view] action/function/method you want it to execute

OPTIONS
  -a, --all=all                            all
  -c, --content=content                    content to use
  -d, --description=description            description to use
  -h, --shortDescription=shortDescription  shortDescription to use
  -i, --id=id                              id to use
  -s, --status=status                      status to use
  -t, --title=title                        title to use

DESCRIPTION
  ...
  Extra documentation goes here

See code: src/commands/notes.js

vdo tasks ACTION

Describe the command here

USAGE
  $ vdo tasks ACTION

ARGUMENTS
  ACTION  (view|new|trash|untrash|edit|update|complete|incomplete|total_number|generate_test|purge_system) [default:
          view] action/function/method you want it to execute

OPTIONS
  -a, --all=all                            all
  -c, --content=content                    content to use
  -d, --description=description            description to use
  -g, --generate_number=generate_number    Number to generate as test
  -h, --shortDescription=shortDescription  shortDescription to use
  -i, --id=id                              id to use
  -r, --ref_url=ref_url                    Reference URL to use
  -s, --status=status                      status to use
  -t, --title=title                        title to use
  -y, --yes=yes                            Auto Confirm YES

DESCRIPTION
  ...
  Extra documentation goes here

See code: src/commands/tasks.js

vdo welcome

Describe the command here

USAGE
  $ vdo welcome

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

DESCRIPTION
  ...
  Extra documentation goes here

See code: src/commands/welcome.js

About

Tasks, Notes, HelpOuts...

License:MIT License


Languages

Language:JavaScript 99.6%Language:Shell 0.4%Language:Batchfile 0.1%