tests fixes and sprints work

This commit is contained in:
master
2026-01-22 19:08:46 +02:00
parent c32fff8f86
commit 726d70dc7f
881 changed files with 134434 additions and 6228 deletions

View File

@@ -61,7 +61,7 @@ public static class CheckpointCommands
var outputOption = new Option<string>("--output", "-o")
{
Description = "Output path for checkpoint bundle",
IsRequired = true
Required = true
};
var includeTilesOption = new Option<bool>("--include-tiles")
@@ -109,7 +109,7 @@ public static class CheckpointCommands
var inputOption = new Option<string>("--input", "-i")
{
Description = "Path to checkpoint bundle",
IsRequired = true
Required = true
};
var verifySignatureOption = new Option<bool>("--verify-signature")