chore: export sync cli commands

This commit is contained in:
frrist
2021-03-23 16:23:22 -07:00
parent 22329b96b4
commit 89c45fe7ef
2 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -79,7 +79,7 @@ var Commands = []*cli.Command{
WithCategory("developer", waitApiCmd),
WithCategory("developer", fetchParamCmd),
WithCategory("network", NetCmd),
WithCategory("network", syncCmd),
WithCategory("network", SyncCmd),
pprofCmd,
VersionCmd,
}