lib/pdk/cli/new/module.rb in pdk-1.10.0 vs lib/pdk/cli/new/module.rb in pdk-1.11.0
- old
+ new
@@ -19,9 +19,11 @@
module_name = args[0]
target_dir = args[1]
PDK::CLI::Util.validate_template_opts(opts)
+ PDK::CLI::Util.analytics_screen_view('new_module', opts)
+
if opts[:'skip-interview'] && opts[:'full-interview']
PDK.logger.info _('Ignoring --full-interview and continuing with --skip-interview.')
opts[:'full-interview'] = false
end