Finds the option whose name or alias matches name, or null if no option has that name or alias.
name
null
@override Option? findByNameOrAlias(String name) => _argParser.findByNameOrAlias(name);