View Source Credo.CLI.Options (Credo v1.6.3)
The Options
struct represents the options given on the command line.
The Options
struct is stored as part of the Execution
struct.
Link to this section Summary
Functions
Returns a Options
struct for the given parameters.
Link to this section Functions
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.