Skip to content

quicksend/cli

Repository files navigation

bytebin-cli

CLI for Bytebin

oclif Version Downloads/week License

Usage

$ npm install -g bytebin-cli
$ bytebin COMMAND
running command...
$ bytebin (-v|--version|version)
bytebin-cli/0.0.0 win32-x64 node-v14.5.0
$ bytebin --help [COMMAND]
USAGE
  $ bytebin COMMAND
...

Commands

bytebin hello [FILE]

describe the command here

USAGE
  $ bytebin hello [FILE]

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

EXAMPLE
  $ bytebin hello
  hello world from ./src/hello.ts!

See code: src\commands\hello.ts

bytebin help [COMMAND]

display help for bytebin

USAGE
  $ bytebin help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help