lib/pdk/cli/new.rb in pdk-2.6.1 vs lib/pdk/cli/new.rb in pdk-2.7.0

- old
+ new

@@ -1,10 +1,10 @@ module PDK::CLI @new_cmd = @base_cmd.define_command do name 'new' - usage _('new <thing> [options]') - summary _('create a new module, etc.') - description _('Creates a new <thing> using relevant options.') + usage 'new <thing> [options]' + summary 'create a new module, etc.' + description 'Creates a new <thing> using relevant options.' default_subcommand 'help' end @new_cmd.add_command Cri::Command.new_basic_help end