mirror of
https://github.com/replicatedhq/troubleshoot.git
synced 2026-02-14 18:29:53 +00:00
11 lines
165 B
Go
11 lines
165 B
Go
package main
|
|
|
|
import (
|
|
"github.com/replicatedhq/troubleshoot/cmd/docsgen/cli"
|
|
_ "k8s.io/client-go/plugin/pkg/client/auth"
|
|
)
|
|
|
|
func main() {
|
|
cli.InitAndExecute()
|
|
}
|