0.0.6 • Published 4 years ago

@jipo/toldev v0.0.6

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

toldev

The Toledo CLI to upgrade your development experience

oclif Version Codecov Downloads/week License

Usage

$ npm install -g @jipo/toldev
$ tol COMMAND
running command...
$ tol (-v|--version|version)
@jipo/toldev/0.0.6 darwin-x64 node-v10.15.2
$ tol --help [COMMAND]
USAGE
  $ tol COMMAND
...

Commands

tol autocomplete [SHELL]

display autocomplete installation instructions

USAGE
  $ tol autocomplete [SHELL]

ARGUMENTS
  SHELL  shell type

OPTIONS
  -r, --refresh-cache  Refresh cache (ignores displaying instructions)

EXAMPLES
  $ tol autocomplete
  $ tol autocomplete bash
  $ tol autocomplete zsh
  $ tol autocomplete --refresh-cache

See code: @oclif/plugin-autocomplete

tol commands

list all the commands

USAGE
  $ tol commands

OPTIONS
  -h, --help  show CLI help
  -j, --json  output in json format
  --hidden    also show hidden commands

See code: @oclif/plugin-commands

tol help [COMMAND]

display help for tol

USAGE
  $ tol help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

tol patch:init ISSUENUMBER

describe the command here

USAGE
  $ tol patch:init ISSUENUMBER

ARGUMENTS
  ISSUENUMBER  The number of the issue which describes the patch

OPTIONS
  -h, --help  show CLI help

See code: src/commands/patch/init.ts