mail-cli-usage
Installation
SKILL.md
Running the Mail CLI
The CLI workspace lives at services/cli/ relative to the repo root. There is no top-level Cargo.toml, so you must either cd into the directory or use --manifest-path.
Building
# From anywhere in the repo
cargo build --manifest-path services/cli/Cargo.toml
# Or from inside the workspace
cd services/cli && cargo build
Binary Targets
| Binary | Crate | Description |
|---|---|---|
mail-cli |
cli/ |
CLI-only binary |
Related skills