create just needs one arg

This commit is contained in:
Christian Goll
2022-03-11 11:52:47 +01:00
parent afac77dbbe
commit 4264717f3e

View File

@@ -11,7 +11,7 @@ var (
Short: "Initialize a new Overlay",
Long: "This command creates a new empty overlay with the given OVERLAY_NAME.",
RunE: CobraRunE,
Args: cobra.ExactArgs(2),
Args: cobra.ExactArgs(1),
}
)