Skip to main content

Module cli

Module cli 

Source
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§

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/ to task-graph/.

Structs§

Cli
Task Graph MCP Server and CLI tools

Enums§

Command
Available subcommands
UiMode
UI mode for the server.

Constants§

DEFAULT_UI_PORT
Default port for the web dashboard.