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

@@ -12,6 +12,7 @@ namespace ScadaLink.CLI.Tests.Commands;
/// time-spec resolution, query-string construction, formatter selection, error
/// handling, and keyset-cursor paging via <c>--all</c>.
/// </summary>
[Collection("Console")]
public class AuditQueryCommandTests
{
// ---- Time-spec parsing -------------------------------------------------