# File lib/hammer_cli/abstract.rb, line 91
      def add_list(heading, items)
        items.sort! do |a, b|
          a.help[0] <=> b.help[0]
        end
        super(heading, items)
      end