# File lib/chef/knife/core/subcommand_loader.rb, line 36
      def load_commands
        subcommand_files.each { |subcommand| Kernel.load subcommand }
        true
      end