mirror of
https://github.com/replicatedhq/troubleshoot.git
synced 2026-02-14 10:19:54 +00:00
10 lines
122 B
Go
10 lines
122 B
Go
package main
|
|
|
|
import (
|
|
"github.com/replicatedhq/troubleshoot/cmd/schemagen/cli"
|
|
)
|
|
|
|
func main() {
|
|
cli.InitAndExecute()
|
|
}
|