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

Commit

Permalink
Update lib/src/arg_parser_exception.dart
Browse files Browse the repository at this point in the history
Co-authored-by: Nate Bosch <[email protected]>
  • Loading branch information
fa0311 and natebosch authored Sep 26, 2024
1 parent fd5e803 commit b01f125
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/arg_parser_exception.dart
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class ArgParserException extends FormatException {
/// This will be empty if the error was on the root parser.
final List<String> commands;

/// The argument that were being parsed when the error was discovered.
/// The argument name that was being parsed when the error was discovered.
final String? arg;

ArgParserException(super.message,
Expand Down

0 comments on commit b01f125

Please sign in to comment.