CmdTestWebserver is used by agnhost Cobra.
var CmdTestWebserver = &cobra.Command{ Use: "test-webserver", Short: "Starts a simple HTTP fileserver", Long: "Starts a simple HTTP fileserver on the given --port, which serves any file specified in the URL path, if it exists.", Args: cobra.MaximumNArgs(0), Run: main, }