Credo.CLI.Options.parse
You're seeing just the function
parse
, go back to Credo.CLI.Options module for more information.
Link to this function
parse(argv, current_dir, command_names, given_command_name, ignored_args, switches_definition, aliases)
View Source
This function is deprecated. Options.parse/7 is deprecated, use Options.parse/8 instead.
Link to this function
parse(use_strict_parser?, argv, current_dir, command_names, given_command_name, ignored_args, switches_definition, aliases)
View SourceReturns a Options
struct for the given parameters.