[ef-44] fix: correct CLI commands in README#45
Conversation
The README used non-existent flat-flag style commands (--install-policies, --remove-policies, --list-policies). Updated all 9 occurrences to match the actual subcommand syntax (policies --install, policies --uninstall, policies). Yash Upadhyay <yashupadhyayy1@gmail.com> Co-Authored-By: Claude <noreply@anthropic.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
✅ Files skipped from review due to trivial changes (1)
📝 WalkthroughWalkthroughUpdated nine CLI examples in Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
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 |
Summary
--install-policies,--remove-policies,--list-policies)policies --install,policies --uninstall,policies)Closes #44
Test plan
failproofai --helpoutput🤖 Generated with Claude Code
Summary by CodeRabbit
failproofai policies --install,failproofai policies --uninstall) instead of legacy flag-style invocations.