Expand description
CLI command definitions for task-graph-mcp
This module defines the CLI structure using clap’s derive macros.
The main entry point is the Cli struct which contains subcommands.
Modules§
- agent
- CLI subcommands for background agents.
- diff
- Diff subcommand for task-graph CLI
- export
- Export subcommand for task-graph CLI
- import
- Import subcommand for task-graph CLI
- migrate
- Migration command for moving from deprecated
.task-graph/totask-graph/.
Structs§
- Cli
- Task Graph MCP Server and CLI tools
Enums§
Constants§
- DEFAULT_
UI_ PORT - Default port for the web dashboard.