We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e34588a + 5c1e6fb commit 34b31b4Copy full SHA for 34b31b4
cmd/kubebuilder/initproject/init.go
@@ -49,7 +49,7 @@ func AddInit(cmd *cobra.Command) {
49
Short: "Initialize a new project",
50
Long: `Initialize a new project including vendor/ directory and Go package directories.`,
51
Example: `# Initialize project structure
52
-kubebuilder init repo --domain mydomain
+kubebuilder init --domain mydomain
53
`,
54
Run: func(cmd *cobra.Command, args []string) {
55
o.runInitRepo()
0 commit comments