docs
evals
scenario-1
scenario-10
scenario-2
scenario-3
scenario-4
scenario-5
scenario-6
scenario-7
scenario-8
scenario-9
A tool for rapidly building command line apps with argument parsing and stdin processing
Performance
Overall agent performance with this tile
62%
Improvement
Performance improvement when using this tile compared to baseline
↑ 15%
Baseline
Agent performance without this tile
47%
npx @tessl/cli install tessl/npm-cli@1.0.0Generated
Agent Codex
Scenario 1
Progress bar display
Scenario 2
Command-line option definitions with short/long names
Scenario 3
Argument escape sequences (- and -- handling)
Scenario 4
Color output control and TTY detection
Scenario 5
EOF handling in streaming input
Scenario 6
Line-by-line file input processing
Scenario 7
HTTP server creation with middleware stack pattern
Scenario 8
STDIN reading and processing
Scenario 9
Streaming line-by-line input with buffer management
Scenario 10
Terminal control with cursor manipulation