mirror of
https://github.com/OpenRouterTeam/spawn.git
synced 2026-05-06 16:31:08 +00:00
Tests the actual CLI entry point through subprocess execution: - help/version command routing (help, --help, -h, version, --version, -v, -V) - Subcommand --help routing (list --help, agents --help, clouds --help, etc.) - ls alias routing - Non-TTY mode behavior (shows help when no args) - handleError formatting for invalid identifiers - extractFlagValue in actual CLI (--prompt/--prompt-file missing values) - --prompt and --prompt-file mutual exclusion - --prompt-file with nonexistent file - Prompt-only-without-cloud error messaging Agent: test-engineer Co-authored-by: A <6723574+louisgv@users.noreply.github.com> Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| __tests__ | ||
| commands-logic.ts | ||
| commands.ts | ||
| index.ts | ||
| manifest.ts | ||
| security.ts | ||
| unicode-detect.ts | ||
| update-check.ts | ||