GenerateTheme constructor.
string|null $name: The name of the command; passing null means it must be set in configure().
string|null $root: The path for the Drupal root.
Overrides Command::__construct
public function __construct(?string $name = NULL, ?string $root = NULL) { parent::__construct($name); $this->root = $root ?? dirname(__DIR__, 5); }