-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
issue with linkcheck #121
Comments
Hi @mittelma, thanks for opening an issue and sharing the stack trace! Could you provide some details about how you're running |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
FormatException: Could not find an option named "no-warnings".
#0 Parser._validate (package:args/src/parser.dart:309)
#1 Parser._handleLongOption (package:args/src/parser.dart:287)
#2 Parser._parseLongOption (package:args/src/parser.dart:262)
#3 Parser.parse (package:args/src/parser.dart:86)
#4 ArgParser.parse (package:args/src/arg_parser.dart:334)
#5 run (package:linkcheck/linkcheck.dart:203)
#6 main. (file:///home/runner/work/linkcheck/linkcheck/bin/linkcheck.dart:9)
#7 _rootRun (dart:async/zone.dart:1391)
#8 _CustomZone.run (dart:async/zone.dart:1293)
#9 _runZoned (dart:async/zone.dart:1829)
#10 runZonedGuarded (dart:async/zone.dart:1817)
#11 main (file:///home/runner/work/linkcheck/linkcheck/bin/linkcheck.dart:7)
#12 _delayEntrypointInvocation. (dart:isolate-patch/isolate_patch.dart:295)
#13 _RawReceivePortImpl._handleMessage (dart:isolate-patch/isolate_patch.dart:192)
The text was updated successfully, but these errors were encountered: