-
Notifications
You must be signed in to change notification settings - Fork 30.6k
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
--prof flag not documented in --help output #16459
Comments
The description from |
We could put something in like "if the option you are looking for is not here, try |
In this case, I wasn't totally sure what option I was looking for; I was checking help to remind myself of the name. I think now that Another possibility to make it more clear that there is additional help available would be to rename or alias |
@jsha - just wondering you want to put together a doc PR to this effect? let me know. Or else we could open this up for |
Let's tag it with good-first-contribution. Thanks!
…On Wed, May 16, 2018, 03:43 Gireesh Punathil ***@***.***> wrote:
@jsha <https://github.com/jsha> - just wondering you want to put together
a doc PR to this effect? let me know. Or else we could open this up for
good-first-contribution too.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#16459 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AANcLV2dtNZS3t0wpDtoeTCNdJN6DzOPks5tzAK8gaJpZM4QFFGl>
.
|
Is |
Yeah. --prof is somewhat of a grey area. We have some long term plans to fold it into a better way for logging/tracing. |
so what is the recommendation here? document ( |
In my opinion, even experimental / temporary things should have some
documentation. For one thing, it helps people to understand that they are
experimental or temporary.
…On Wed, May 16, 2018, 18:53 Gireesh Punathil ***@***.***> wrote:
so what is the recommendation here? document (--prof in Node) or leave it
to status quo?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#16459 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AANcLYTii5UPnKvvkOJeKU395u3q77vKks5tzNf_gaJpZM4QFFGl>
.
|
Agreed - in addition, Call for good first contributors! |
May I work on this issue? |
Fixes: #16459 PR-URL: #20845 Reviewed-By: Vse Mozhet Byt <[email protected]> Reviewed-By: Gireesh Punathil <[email protected]> Reviewed-By: Matheus Marchini <[email protected]> Reviewed-By: James M Snell <[email protected]>
Steps to reproduce:
Run
node --help
Expected result:
Output includes short documentation for
--prof
flag, as described at https://nodejs.org/en/docs/guides/simple-profiling/.Actual result:
Output does not include that documentation (but does include documentation for
--prof-process
).The text was updated successfully, but these errors were encountered: