Skip to content

Commit 5cdce58

Browse files
authored
Fix console reference client cli args conflict (#3389)
Arguments `f|file` and `f|fetchall` conflict. Renamed the latter to `fa|fetchall`.
1 parent b8ed3cc commit 5cdce58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Applications/ConsoleReferenceClient/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ public static async Task Main(string[] args)
184184
}
185185
},
186186
{
187-
"f|fetchall",
187+
"fa|fetchall",
188188
"Fetch all nodes",
189189
f =>
190190
{

0 commit comments

Comments
 (0)