Skip to content
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

fix(cli): description of -r option #5019

Closed
jjangga0214 opened this issue Jul 12, 2022 · 3 comments · Fixed by #5044
Closed

fix(cli): description of -r option #5019

jjangga0214 opened this issue Jul 12, 2022 · 3 comments · Fixed by #5044
Assignees
Milestone

Comments

@jjangga0214
Copy link

jjangga0214 commented Jul 12, 2022

pnpm version: 7.5.1

Code to reproduce the issue:

pnpm -h

pnpm publish -h

Expected behavior:

To see description of -r option (e.g. pnpm publish -r).

Actual behavior:

There is no description.

Additional information:

  • node -v prints: v16.13.1
  • Windows, macOS, or Linux?: macOS

Thanks!

@jjangga0214
Copy link
Author

By the way, what does -r mean and do?
I wanted to know that so I executed pnpm -h and pnpm publish -h.
Thanks :)

@zkochan
Copy link
Member

zkochan commented Jul 12, 2022

Documented here: https://pnpm.io/cli/recursive

@jjangga0214
Copy link
Author

jjangga0214 commented Jul 14, 2022

@zkochan Thanks! Is it intentionally omitted from the cli's --help page? Or should it be patched to be included in the --help page?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants