# File lib/mercenary/presenter.rb, line 54
    def command_header
      header = "#{command.identity}"
      header << " -- #{command.description}" if command.description
      header
    end