package main import ( "github.com/replicatedhq/troubleshoot/cmd/schemagen/cli" ) func main() { cli.InitAndExecute() }