type Arguments struct {
FileName string Path string Watch bool Command string ProxyPort int Proxy string WorkerCount int GenerateSourceMapVisualisations bool IncludeVersion bool IncludeTimestamp bool// PPROFPort is the port to run the pprof server on. PPROFPort int
}