Commit 62dbcab
## Summary
- Fix typo in `CdCommandError::ToManyArgs` enum variant name →
`TooManyArgs`
- The `#[error]` message string was already correct ("Too many args"),
only the Rust identifier was wrong
## Test plan
- [x] `cargo test -p vite_task_plan` passes
- [x] Plan snapshot tests pass
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-authored-by: branchseer <3612422+branchseer@users.noreply.github.com>
1 parent e35c8af commit 62dbcab
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
160 | | - | |
| 160 | + | |
161 | 161 | | |
162 | 162 | | |
163 | 163 | | |
| |||
0 commit comments