()
| 46 | } |
| 47 | |
| 48 | func init() { |
| 49 | CmdExplorer.Run = runExplorer |
| 50 | |
| 51 | addCommonFlags(CmdExplorer) |
| 52 | addConfigFlag(CmdExplorer) |
| 53 | addBgServerFlag(CmdExplorer) |
| 54 | } |
| 55 | |
| 56 | func startExplorerServer(explorerAddr string) func() { |
| 57 | var err error |
nothing calls this directly
no test coverage detected