diff --git a/lib/src/arg_parser_exception.dart b/lib/src/arg_parser_exception.dart index e6a1868..fbee82b 100644 --- a/lib/src/arg_parser_exception.dart +++ b/lib/src/arg_parser_exception.dart @@ -9,7 +9,8 @@ class ArgParserException extends FormatException { /// This will be empty if the error was on the root parser. final List 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,