Skip to content

Commit e33ca5c

Browse files
authored
Format the help text to 80 column width (#1999)
1 parent 1b8273a commit e33ca5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/dartdoc_options.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -534,7 +534,7 @@ abstract class DartdocOption<T> {
534534
Map<String, _YamlFileData> get _yamlAtCanonicalPathCache =>
535535
root.__yamlAtCanonicalPathCache;
536536

537-
final ArgParser __argParser = new ArgParser();
537+
final ArgParser __argParser = new ArgParser(usageLineLength: 80);
538538

539539
ArgParser get argParser => root.__argParser;
540540

0 commit comments

Comments
 (0)