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 9bf0e08 commit 8460d8bCopy full SHA for 8460d8b
1 file changed
commands/new.go
@@ -34,7 +34,7 @@ func (a *App) newModuleCmd() *cobra.Command {
34
newModuleCmd := &cobra.Command{
35
Use: "module <name>",
36
Short: "Create a new Puppet module",
37
- Args: cobra.ExactArgs(1),
+ Args: cobra.MinimumNArgs(1),
38
RunE: func(cmd *cobra.Command, args []string) error {
39
forgeUser, _ := cmd.Flags().GetString("forge-user")
40
license, _ := cmd.Flags().GetString("license")
0 commit comments