chore: export fetch cli command
This commit is contained in:
parent
b34db8e432
commit
a74e02e362
@ -60,7 +60,7 @@ var CommonCommands = []*cli.Command{
|
||||
AuthCmd,
|
||||
LogCmd,
|
||||
WaitApiCmd,
|
||||
fetchParamCmd,
|
||||
FetchParamCmd,
|
||||
PprofCmd,
|
||||
VersionCmd,
|
||||
}
|
||||
@ -77,7 +77,7 @@ var Commands = []*cli.Command{
|
||||
WithCategory("developer", ChainCmd),
|
||||
WithCategory("developer", LogCmd),
|
||||
WithCategory("developer", WaitApiCmd),
|
||||
WithCategory("developer", fetchParamCmd),
|
||||
WithCategory("developer", FetchParamCmd),
|
||||
WithCategory("network", NetCmd),
|
||||
WithCategory("network", SyncCmd),
|
||||
PprofCmd,
|
||||
|
@ -9,7 +9,7 @@ import (
|
||||
"github.com/filecoin-project/lotus/build"
|
||||
)
|
||||
|
||||
var fetchParamCmd = &cli.Command{
|
||||
var FetchParamCmd = &cli.Command{
|
||||
Name: "fetch-params",
|
||||
Usage: "Fetch proving parameters",
|
||||
ArgsUsage: "[sectorSize]",
|
||||
|
Loading…
Reference in New Issue
Block a user