docs: add help text to CLI options#35
docs: add help text to CLI options#35Nelson Spence (Fieldnote-Echo) merged 1 commit intoProject-Navi:mainfrom
Conversation
Add help text to CLI options missing descriptions in validate, render, apply, and diff commands. Closes Project-Navi#30
There was a problem hiding this comment.
Pull request overview
This PR improves the nboot CLI usability by adding missing help= text to Click options across the validate, render, apply, and diff commands (per Issue #30).
Changes:
- Added help text for
--specand--packonvalidate. - Added help text for
--spec,--pack,--out, and--dry-runonrender. - Added help text for
--spec,--pack, and--dry-runonapply. - Added help text for
--specand--packondiff.
|
Hey Jianjun Wang (@passionworkeer) — thanks for jumping on this! We're currently drafting contributor guidelines (CONTRIBUTING.md) to make expectations around formatting, local checks, and PR structure clearer for everyone. Once that's in place, we'll follow up with specific feedback on this PR. Hang tight — more to come shortly. |
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
project-navi-bot
left a comment
There was a problem hiding this comment.
All required CI checks passed. Auto-approved by navi-bot.
project-navi-bot
left a comment
There was a problem hiding this comment.
Auto-approved by navi-bot.
bec32e9
into
Project-Navi:main
|
Hey Jianjun Wang (@passionworkeer) — apologies for the mess here. We had some CI infrastructure changes going through (ruleset updates, check name standardization) and your PR got caught in the crossfire during the migration. We've reverted and recreated your changes in #41 with proper attribution. We'll provide substantive feedback on the PR tomorrow. Thanks for your patience and your contribution! |
Add help text to CLI options missing descriptions in validate, render, apply, and diff commands.
Closes #30
Description
Type of Change
Checklist
ruff check src/navi_bootstrap/ tests/)pytest tests/ -v)Related Issues
Additional Notes