-
Notifications
You must be signed in to change notification settings - Fork 124
add a --no-generate-docs flag that is faster and only displays warnings #1909
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
Conversation
writingProgress = true; | ||
stdout.write(message); | ||
} else { | ||
print(message); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should this use stdout
too?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This code is making use of the side-effect of print that adds a \n
.
@jcollins-g – any particular thing you want me to look at? |
Fixes #1537.
Allows the user to use dartdoc to show dartdoc errors and warnings only without actually generating documentation.
Also has some changes to output in the common case.
Without --no-generate-docs:
With --no-generate-docs: