From 03dcdddf10d299218eebdd2414c723614d362528 Mon Sep 17 00:00:00 2001 From: Mohammed Fareed Date: Wed, 3 Dec 2025 20:22:48 -0500 Subject: [PATCH] Fix console reference client cli args conflict Arguments `f|file` and `f|fetchall` conflict. Renamed the latter to `fa|fetchall`. --- Applications/ConsoleReferenceClient/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Applications/ConsoleReferenceClient/Program.cs b/Applications/ConsoleReferenceClient/Program.cs index 7f60afa397..656be9af89 100644 --- a/Applications/ConsoleReferenceClient/Program.cs +++ b/Applications/ConsoleReferenceClient/Program.cs @@ -184,7 +184,7 @@ public static async Task Main(string[] args) } }, { - "f|fetchall", + "fa|fetchall", "Fetch all nodes", f => {