config-loading

oclif Version Downloads/week License

Usage

$ npm install -g config-loading
$ config-loading COMMAND
running command...
$ config-loading (-v|--version|version)
config-loading/0.0.0 darwin-x64 node-v10.15.3
$ config-loading --help [COMMAND]
USAGE
  $ config-loading COMMAND
...

Commands

config-loading hello [FILE]

describe the command here

USAGE
  $ config-loading hello [FILE]

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

EXAMPLE
  $ config-loading hello
  hello world from ./src/hello.ts!

See code: src/commands/hello.ts

config-loading help [COMMAND]

display help for config-loading

USAGE
  $ config-loading help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help