feat(cli): scadalink audit verify-chain subcommand v1 no-op (#23 M8)

This commit is contained in:
Joseph Doherty
2026-05-20 21:57:16 -04:00
parent 91682cd862
commit 4b3a692170
4 changed files with 87 additions and 4 deletions

View File

@@ -11,6 +11,7 @@ namespace ScadaLink.CLI.Tests.Commands;
/// required-flag enforcement, query-string construction, streaming the response body
/// to the output file, and the parquet-not-implemented (501) path.
/// </summary>
[Collection("Console")]
public class AuditExportCommandTests
{
// ---- CLI parsing: required flags --------------------------------------