cli docsgen
This commit is contained in:
parent
a26712ebc4
commit
4b8a5068bd
@ -13,7 +13,7 @@ COMMANDS:
|
|||||||
init Initialize a lotus miner repo
|
init Initialize a lotus miner repo
|
||||||
run Start a lotus miner process
|
run Start a lotus miner process
|
||||||
stop Stop a running lotus miner
|
stop Stop a running lotus miner
|
||||||
config Output default configuration
|
config Manage node config
|
||||||
backup Create node metadata backup
|
backup Create node metadata backup
|
||||||
version Print version
|
version Print version
|
||||||
help, h Shows a list of commands or help for one command
|
help, h Shows a list of commands or help for one command
|
||||||
@ -145,13 +145,47 @@ OPTIONS:
|
|||||||
## lotus-miner config
|
## lotus-miner config
|
||||||
```
|
```
|
||||||
NAME:
|
NAME:
|
||||||
lotus-miner config - Output default configuration
|
lotus-miner config - Manage node config
|
||||||
|
|
||||||
USAGE:
|
USAGE:
|
||||||
lotus-miner config [command options] [arguments...]
|
lotus-miner config command [command options] [arguments...]
|
||||||
|
|
||||||
|
COMMANDS:
|
||||||
|
default Print default node config
|
||||||
|
updated Print updated node config
|
||||||
|
help, h Shows a list of commands or help for one command
|
||||||
|
|
||||||
OPTIONS:
|
OPTIONS:
|
||||||
--help, -h show help (default: false)
|
--help, -h show help (default: false)
|
||||||
|
--version, -v print the version (default: false)
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
|
### lotus-miner config default
|
||||||
|
```
|
||||||
|
NAME:
|
||||||
|
lotus-miner config default - Print default node config
|
||||||
|
|
||||||
|
USAGE:
|
||||||
|
lotus-miner config default [command options] [arguments...]
|
||||||
|
|
||||||
|
OPTIONS:
|
||||||
|
--no-comment don't comment default values (default: false)
|
||||||
|
--help, -h show help (default: false)
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
|
### lotus-miner config updated
|
||||||
|
```
|
||||||
|
NAME:
|
||||||
|
lotus-miner config updated - Print updated node config
|
||||||
|
|
||||||
|
USAGE:
|
||||||
|
lotus-miner config updated [command options] [arguments...]
|
||||||
|
|
||||||
|
OPTIONS:
|
||||||
|
--no-comment don't comment default values (default: false)
|
||||||
|
--help, -h show help (default: false)
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user