mirror of
https://github.com/kyverno/kyverno.git
synced 2024-12-14 11:57:48 +00:00
fix: add description to CLI create command (#8160)
Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
This commit is contained in:
parent
e616f63268
commit
4d39fba931
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ import (
|
|||
func Command() *cobra.Command {
|
||||
cmd := &cobra.Command{
|
||||
Use: "create",
|
||||
Short: "Provides a command-line interface to help with the creation of various Kyverno resources.",
|
||||
Example: "",
|
||||
RunE: func(cmd *cobra.Command, args []string) error {
|
||||
return cmd.Help()
|
||||
|
|
Loading…
Reference in a new issue