Skip to content

CLI mode missing --args, --cols, --rows, --timeout-ms flags #10

Description

@hegner123

The CLI in src/main.zig:283-347 accepts only --command, --send, --wait-for, and --screen. The MCP tui_start tool supports additional parameters (args, cols, rows) that the CLI cannot reach.

This means anyone using the binary as a one-shot test tool gets a strictly weaker interface than MCP clients. They can't pass program arguments, can't pick a non-default terminal size, and can't set a wait timeout.

Suggested fix

Add --args <a> <b> ..., --cols <n>, --rows <n>, --timeout-ms <n> flags. Document them in README's CLI section.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions