zag-cli 0.12.7

A unified CLI for AI coding agents — Claude, Codex, Gemini, Copilot, and Ollama
# zag man

Show manual pages for commands.

## Synopsis

    zag man [command]

## Description

Displays detailed documentation for zag commands. When called without arguments, shows the general zag manual page. When called with a command name, shows the manual for that specific command.

## Arguments

    command    Command to show help for: run, exec, review, config, session,
               capability, listen, skills, mcp, ps, search, input, broadcast,
               whoami, spawn, wait, status, collect, env, pipe, events, cancel,
               summary, watch, subscribe, log, output, retry, gc, man,
               orchestration

## Examples

    zag man               General zag overview
    zag man run           Manual for the run command
    zag man exec          Manual for the exec command
    zag man review        Manual for the review command
    zag man config        Manual for the config command
    zag man session       Manual for the session command
    zag man listen        Manual for the listen command
    zag man capability    Manual for the capability command
    zag man skills        Manual for the skills command
    zag man mcp           Manual for the mcp command
    zag man ps            Manual for the ps command
    zag man search        Manual for the search command
    zag man input         Manual for the input command
    zag man broadcast     Manual for the broadcast command
    zag man whoami        Manual for the whoami command
    zag man spawn         Manual for the spawn command
    zag man wait          Manual for the wait command
    zag man status        Manual for the status command
    zag man collect       Manual for the collect command
    zag man env           Manual for the env command
    zag man pipe          Manual for the pipe command
    zag man events        Manual for the events command
    zag man cancel        Manual for the cancel command
    zag man summary       Manual for the summary command
    zag man watch         Manual for the watch command
    zag man subscribe     Manual for the subscribe command
    zag man log           Manual for the log command
    zag man output        Manual for the output command
    zag man retry         Manual for the retry command
    zag man gc            Manual for the gc command
    zag man orchestration Orchestration patterns guide