Gets the parsed command-line option named name as bool.
name
bool
bool boolArg(String name) => this[name] == true;