Description
quantcpp --version is not supported. This is a standard CLI convention that users expect.
Steps to Reproduce
Actual Behavior
error: unrecognized arguments: --version
Expected Behavior
Suggested Fix
Add parser.add_argument('--version', action='version', version=f'quantcpp {__version__}') to the argparse setup in cli.py.
Environment
Reported by ClawTeam Claw-1 (Quickstart persona)
Description
quantcpp --versionis not supported. This is a standard CLI convention that users expect.Steps to Reproduce
Actual Behavior
Expected Behavior
Suggested Fix
Add
parser.add_argument('--version', action='version', version=f'quantcpp {__version__}')to the argparse setup incli.py.Environment
Reported by ClawTeam Claw-1 (Quickstart persona)