From 5ace87547f1b7d0744071029d1ddd4b3662b5987 Mon Sep 17 00:00:00 2001 From: Nate Bosch Date: Mon, 30 Sep 2024 20:40:59 +0000 Subject: [PATCH] fix bad replace --- lib/src/parser.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/src/parser.dart b/lib/src/parser.dart index 63ac111..660e56d 100644 --- a/lib/src/parser.dart +++ b/lib/src/parser.dart @@ -74,7 +74,7 @@ class Parser { throw ArgParserException( error.message, [commandName, ...error.commands], - argumentNameerror.argumentName, + error.argumentName, error.source, error.offset); }