0.0.0 • Published 4 years ago

exposed-cli v0.0.0

Weekly downloads
1
License
AGPL-3.0
Repository
github
Last release
4 years ago

exposed

Some package manager

oclif Version License

Usage

$ npm install -g exposed
$ xps COMMAND
running command...
$ xps (-v|--version|version)
exposed/0.0.0 win32-x64 node-v12.13.0
$ xps --help [COMMAND]
USAGE
  $ xps COMMAND
...

Commands

xps hello

Describe the command here

USAGE
  $ xps hello

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

DESCRIPTION
  ...
  Extra documentation goes here

See code: src\commands\hello.js

xps help [COMMAND]

display help for xps

USAGE
  $ xps help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help