Everything seems to be in order.. remove dry-run

This commit is contained in:
Matt Stevens
2025-12-02 16:54:19 +00:00
parent 6f7ae597f4
commit 4d2b668de1

View File

@@ -201,7 +201,7 @@ internal class Program
var option = new Option<bool>(
"--dry-run",
description: "Whether to perform a dry run",
getDefaultValue: () => true );
getDefaultValue: () => false );
syncCommand.AddOption( option );