class YARD::CLI::YardoptsCommand
def parse_arguments(*args)
- Since: - 0.5.6
Returns:
-
(Boolean)
- whether or not arguments are valid
Parameters:
-
args
(Array
) -- the list of arguments
def parse_arguments(*args) parse_yardopts_options(*args) # Parse files and then command line arguments parse_rdoc_document_file parse_yardopts optparse(*args) end