docs: document --cpu, --os and --libc flags in pnpm install --help#12478
Conversation
These flags are already supported via rcOptionsTypes but were only documented on the website, not in the CLI help output. Close pnpm#12359
|
💖 Thanks for opening this pull request! 💖 |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughThree CLI options ( ChangesInstall help flag documentation
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Assessment against linked issues
Suggested labels
✨ Finishing Touches🧪 Generate unit tests (beta)
Warning There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure. 🔧 ESLint
ESLint install failed. For unrecoverable errors, disable the tool in CodeRabbit configuration. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Congrats on merging your first pull request! 🎉🎉🎉 |
What
Add
--cpu,--osand--libcto the options listed inpnpm install --help.Why
These flags were added in #9745 and already work (they're registered in
rcOptionsTypes), but were only documented on the website, not in the CLI help. Wording matches the website docs.Closes #12359
Summary by CodeRabbit
--cpu,--os, and--libcflags in the install command help output. These flags allow users to override native module installation options.