xrpscan / hermes

Project Hermes: XRP Ledger Validation message service
https://xrpscan.com
MIT License
6 stars 4 forks source link

yarn keypair command should list subcommands #4

Closed pkcs8 closed 2 years ago

pkcs8 commented 2 years ago

yarn keypair command should list its subcommands instead of returning quietly. Something like:

yarn run v1.22.19
$ node dist/cmd/keypair/index.js help
index.js [command]

Commands:
  index.js generate     Generate a new keypair and save      [aliases: gen, new]
  index.js public       Print public key                  [aliases: pub, pubkey]
  index.js cert         Print X.509 certificate     [aliases: certificate, x509]
  index.js fingerprint  Print certificate fingerprint              [aliases: fp]

Options:
  --version  Show version number                                       [boolean]
  --help     Show help                                                 [boolean]
Done in 0.10s.