aboutsummaryrefslogtreecommitdiff
path: root/src/command_policy.rs
Commit message (Collapse)AuthorAgeFilesLines
* cargo fmtdiogo4642026-01-201-3/+1
|
* fixed clippy warningsdiogo4642025-12-161-5/+2
|
* Improve documentation and replace publish_on_command with CommandPolicy enumdiogo4642025-12-141-0/+79
- Enhanced crate-level documentation with comprehensive examples and feature list - Improved README with badges, better structure, and clearer examples - Added README.tpl template and generate-readme.sh script for cargo-readme - Documented run() and connect_and_run() functions with detailed behavior explanations - Replaced publish_on_command boolean with CommandPolicy enum (PublishState/Manual) - Added comprehensive documentation for CommandPolicy explaining both modes 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <[email protected]>