Overrides CommandLoaderInterface::has
public function has(string $name) : bool { return isset($this->commandMap[$name]) && $this->container ->has($this->commandMap[$name]); }