Parses the provided rawArgs against the provided argDefinitions and returns the value for each arg.
rawArgs
argDefinitions
InvalidArgError When provided args do not match their definitions
InvalidArgError
UnexpectedInternalError When a different, unexpected error is encountered. This includes errors caused by invalid arg definitions.
UnexpectedInternalError
Parses the provided
rawArgsagainst the providedargDefinitionsand returns the value for each arg.