Merge pull request #6155 from filecoin-project/fix/cligen
Update cli gen
This commit is contained in:
commit
0d253c3e64
@ -616,7 +616,7 @@ CATEGORY:
|
|||||||
STORAGE
|
STORAGE
|
||||||
|
|
||||||
OPTIONS:
|
OPTIONS:
|
||||||
--by-ping (default: false)
|
--by-ping sort by ping (default: false)
|
||||||
--output-format value Either 'text' or 'csv' (default: "text")
|
--output-format value Either 'text' or 'csv' (default: "text")
|
||||||
--help, -h show help (default: false)
|
--help, -h show help (default: false)
|
||||||
|
|
||||||
@ -1444,6 +1444,7 @@ COMMANDS:
|
|||||||
market Inspect the storage market actor
|
market Inspect the storage market actor
|
||||||
exec-trace Get the execution trace of a given message
|
exec-trace Get the execution trace of a given message
|
||||||
network-version Returns the network version
|
network-version Returns the network version
|
||||||
|
miner-proving-deadline Retrieve information about a given miner's proving deadline
|
||||||
help, h Shows a list of commands or help for one command
|
help, h Shows a list of commands or help for one command
|
||||||
|
|
||||||
OPTIONS:
|
OPTIONS:
|
||||||
@ -1777,6 +1778,19 @@ OPTIONS:
|
|||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### lotus state miner-proving-deadline
|
||||||
|
```
|
||||||
|
NAME:
|
||||||
|
lotus state miner-proving-deadline - Retrieve information about a given miner's proving deadline
|
||||||
|
|
||||||
|
USAGE:
|
||||||
|
lotus state miner-proving-deadline [command options] [minerAddress]
|
||||||
|
|
||||||
|
OPTIONS:
|
||||||
|
--help, -h show help (default: false)
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
## lotus chain
|
## lotus chain
|
||||||
```
|
```
|
||||||
NAME:
|
NAME:
|
||||||
|
Loading…
Reference in New Issue
Block a user