class YARD::CLI::Command
def unrecognized_option(err)
-
err
(OptionParser::ParseError
) -- the exception raised by the
def unrecognized_option(err) log.warn "Unrecognized/#{err.message}" end
err
(OptionParser::ParseError
)
-- the exception raised by the
def unrecognized_option(err) log.warn "Unrecognized/#{err.message}" end