# File lib/hammer_cli/completer.rb, line 174
    def find_option(cmd, switch)
      cmd.find_option(switch) unless switch.nil?
    end