Commit 76c033f
feat: add --version flag to CLI (#12)
## Summary
- Adds `version` to the `#[command(...)]` clap attribute so `aittributor
--version` prints the version from `Cargo.toml`
- One-line change in `src/main.rs`
## Test plan
- [x] Verified `aittributor --version` outputs `aittributor 0.4.0`
- [x] Temporarily changed version to `99.99.99` and confirmed output
updated accordingly
- [x] Reverted version back to `0.4.0` and confirmed correct output
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>1 parent 392d127 commit 76c033f
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
0 commit comments