4ebfcec2f7
test / run tests/run_tests.py (push) Successful in 15s
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>