Skip to content

Latest commit

 

History

History
106 lines (78 loc) · 2.15 KB

README.md

File metadata and controls

106 lines (78 loc) · 2.15 KB

mynewcli

oclif Version Downloads/week License

Usage

$ npm install -g mynewcli
$ mynewcli COMMAND
running command...
$ mynewcli (-v|--version|version)
mynewcli/0.0.0 win32-x64 node-v18.17.0
$ mynewcli --help [COMMAND]
USAGE
  $ mynewcli COMMAND
...

Commands

mynewcli bitcoin-cli

Describe the command here

USAGE
  $ mynewcli bitcoin-cli

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

DESCRIPTION
  ...
  Extra documentation goes here

See code: src/commands/bitcoin-cli.js

mynewcli generateWallet

Describe the command here

USAGE
  $ mynewcli generateWallet

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

DESCRIPTION
  ...
  Extra documentation goes here

See code: src/commands/generateWallet.js

mynewcli hello

Describe the command here

USAGE
  $ mynewcli hello

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

DESCRIPTION
  ...
  Extra documentation goes here

See code: src/commands/hello.js

mynewcli help [COMMAND]

display help for mynewcli

USAGE
  $ mynewcli help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help