aboutsummaryrefslogtreecommitdiff
path: root/tests/cli.rs
Commit message (Expand)AuthorAgeFilesLines
* Fix all tests and add cargo test to pre-commit hookHEADmaindiogo4642025-06-231-90/+70
* Add pre-commit hook for cargo fmt and apply formattingdiogo4642025-06-231-26/+52
* Change default root directory to use .demon subdirectorydiogo4642025-06-221-2/+48
* Add comprehensive integration tests for clean command behaviordiogo4642025-06-221-4/+56
* Add configurable root directory for daemon files with git root discoverydiogo4642025-06-191-44/+41
* Add wait subcommand for blocking until process terminationdiogo4642025-06-191-1/+122
* Make --id a positional argument for improved CLI usabilitydiogo4642025-06-191-22/+19
* Implement PidFileReadError enum for better error handlingdiogo4642025-06-191-0/+3
* Format code with rustfmtdiogo4642025-06-191-44/+61
* Add llm command for comprehensive usage documentationdiogo4642025-06-191-0/+20
* Add quiet flag to list command for machine-readable outputdiogo4642025-06-191-0/+33
* Add comprehensive CLI tests using assert_cmddiogo4642025-06-191-0/+346