Check if this switch matches the given argument Matches by name or any flag alias
bool matches(String arg) => aliases.contains(arg);