diff --git a/cmd/init.go b/cmd/init.go index 0e18e13..e5083d1 100644 --- a/cmd/init.go +++ b/cmd/init.go @@ -12,7 +12,9 @@ import ( var initOptions = struct { *initgen.Options dryRun bool -}{} +}{ + Options: &initgen.Options{}, +} // initCmd represents the init command var initCmd = &cobra.Command{