Skip to content
This repository has been archived by the owner on Oct 17, 2024. It is now read-only.

Commit

Permalink
fix bad replace
Browse files Browse the repository at this point in the history
  • Loading branch information
natebosch committed Sep 30, 2024
1 parent 4e48231 commit 5ace875
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/parser.dart
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ class Parser {
throw ArgParserException(
error.message,
[commandName, ...error.commands],
argumentNameerror.argumentName,
error.argumentName,
error.source,
error.offset);
}
Expand Down

0 comments on commit 5ace875

Please sign in to comment.