Attention needed from Alexander Thomas
Ömer Ağacan added 1 comment![Open in Gerrit]()
File pkg/test_runner/lib/src/options.dart
Line 589, Patchset 1 (Latest): print(_createParser(verbose: verbose).usage);Ömer Ağacan .
resolvedWhen `verbose` is `false` we could use the same parser used for parsing (`_parser`). I don't think it'll matter for performance (this code only runs with `--help`), and the current code may be a bit easier to maintain as it doesn't depend on the `verbose` argument passed to `_createParser` in `_parser`.
Open in GerritRelated details
Attention is currently required from:
Gerrit-MessageType: comment
Gerrit-Project: sdk
Gerrit-Branch: main
Gerrit-Change-Id: I0d05ed057a80bad24fc43372236a24ac8c500026
Gerrit-Change-Number: 469440
Gerrit-PatchSet: 1
Gerrit-Comment-Date: Mon, 22 Dec 2025 10:05:10 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No