CodeChain-io / CodeChain-io/codechain-keystore-cli
Show common parameters in each sub command's help message
Abierto
- Lenguaje dominante
- JavaScript
- Estrellas
- 16
- Forks
- 4
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
Below is printed result from `cckey create --help`
```shell
Usage: create [options]
create a new key
Options:
-p, --passphrase passphrase
-h, --help output usage information
```
The help message does not describe common parameters, like `--account-type`, `--keys-path, and `--network-id`. A user may confuse how she/he set an account type or network id.
We should show common parameters in subcommand's help message.
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.