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.
1 parent 06c1e62 commit cdd95c6Copy full SHA for cdd95c6
cmd/kubebuilder/initproject/init.go
@@ -34,7 +34,7 @@ var repoCmd = &cobra.Command{
34
Short: "Initialize a new project",
35
Long: `Initialize a new project including vendor/ directory and go package directories.`,
36
Example: `# Initialize project structure
37
-kubebuilder init repo --domain mydomain
+kubebuilder init --domain mydomain
38
`,
39
Run: runInitRepo,
40
}
0 commit comments