Files
bot-bottle/claude_bottle
didericis 4ebfcec2f7
test / run tests/run_tests.py (push) Successful in 15s
fix(cli): make 'build --help' actually print help
cmd_build was ignoring its argv, so 'cli.py build --help' fell through
and started a docker build instead of printing the subcommand's
argparse help. Wire up an empty parser so --help and unknown args are
handled the same way the other subcommands handle them.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-10 00:16:17 -04:00
..