package types

Import Path
	github.com/pancsta/asyncmachine-go/tools/visualizer/types (on go.dev)

Dependency Relation
	imports 10 packages, and imported by one package

Involved Source Files cli_vis.go
Package-Level Type Names (total 2)
/* sort by: | */
CleanOnConnect bool DebugAddr string EnableMouse bool FwdData []string ImportData string LogFile string LogLevel am.LogLevel MaxMemMb int ProfSrv string SelectConnected bool ServerAddr string later StartupTx int StartupView string Version bool func ParseParams(cmd *cobra.Command, _ []string) Params func GetLogger(params *Params) *log.Logger func StartCpuProfileSrv(ctx context.Context, logger *log.Logger, p *Params)
func RootCmd(fn RootFn) *cobra.Command
Package-Level Functions (total 5)
func AddFlags(rootCmd *cobra.Command)
GetLogger returns a file logger, according to params.
Package-Level Constants (only one)
const CmdRenderDump = "render-dump"