crabtalk-command 0.0.12

High-level service command layer for Crabtalk
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# crabtalk-command

High-level service command layer for Crabtalk.

Provides the `#[command]` proc-macro attribute, `Service` trait, and shared
runtime entry point (`run`) for building Crabtalk service binaries. Services
get automatic `start`, `stop`, `run`, and `logs` subcommands via generated
clap enums. Supports MCP and client service kinds.

## License

GPL-3.0