Whether the given name is a built-in command.
bool isBuiltIn(String name) => _builtInNames.contains(name);