feat: add only-new command option

This commit is contained in:
Maël Gangloff
2025-11-01 13:59:52 +01:00
parent ff5a2d7d67
commit ccfd7e0e89
3 changed files with 15 additions and 2 deletions

View File

@@ -7,6 +7,7 @@ final class UpdateDomain
public function __construct(
public string $ldhName,
public ?string $watchlistToken,
public bool $onlyNew = false,
) {
}
}