feat: introduce evie daemon subcommand #62
No reviewers
Labels
No labels
epic
in-review
ready-for-agent
ready-for-human
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
weiwen/evie!62
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "sandcastle/issue-56"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
daemonsubcommand so the binary can be either the long-running Daemon (evie daemon) or, in future issues, a short-lived CLI issuing Verbs to a running Daemon--configflag underevie daemon; bareevieprints helpevie daemon --config …inExecStartKey decisions
subcommand_required = true+arg_required_else_help = true: bareevieprints help (cleaner than silently aliasing todaemon)DaemonArgsholds--config;run_daemon()extracted frommain()for clear separationrun_daemon— identical to the pre-split startup pathTest plan
just fmtpassesjust checkpasses: 130 tests, 0 failuresevie daemon/evie daemon --config FILE/evie daemon -c FILEparse correctlyevie(no subcommand) returns an error (help is printed)Closes #56