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

Commit

Permalink
Reflow comment
Browse files Browse the repository at this point in the history
  • Loading branch information
natebosch committed Sep 30, 2024
1 parent 5ace875 commit 3b1b0be
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/src/arg_parser_exception.dart
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ class ArgParserException extends FormatException {
/// This will be empty if the error was on the root parser.
final List<String> commands;

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

ArgParserException(super.message,
Expand Down

0 comments on commit 3b1b0be

Please sign in to comment.