# File lib/mercenary/command.rb, line 230
    def has_command?(sub_command)
      commands.keys.include?(sub_command)
    end