Commit 640601d
committed
fix: change args from let to mut for reassignment compatibility
Fixes Nu parser error:
Error: nu::parser::assignment_requires_mutable_variable
'' needs to be a mutable variable to support append ['--fix']
Use 'mut args' instead of 'let args'1 parent f307fc0 commit 640601d
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
454 | 454 | | |
455 | 455 | | |
456 | 456 | | |
457 | | - | |
| 457 | + | |
458 | 458 | | |
459 | 459 | | |
460 | 460 | | |
| |||
0 commit comments