# File lib/chef/knife/solo_bootstrap.rb, line 39
      def command_with_same_args(klass)
        cmd = klass.new
        cmd.ui = ui
        cmd.name_args = @name_args
        cmd.config.merge! config
        cmd
      end