lib/pdk/cli/get.rb in pdk-2.6.1 vs lib/pdk/cli/get.rb in pdk-2.7.0
- old
+ new
@@ -1,9 +1,9 @@
module PDK::CLI
@get_cmd = @base_cmd.define_command do
name 'get'
- usage _('get [subcommand] [options]')
- summary _('Retrieve information about the PDK or current project.')
+ usage 'get [subcommand] [options]'
+ summary 'Retrieve information about the PDK or current project.'
default_subcommand 'help'
run do |_opts, args, _cmd|
if args == ['help']
PDK::CLI.run(%w[get --help])