Commit e1ebf78
committed
fix: use shlex.split for proper command argument parsing in interactive mode
Replace click.parser.split_arg_string with shlex.split to handle quoted arguments correctly in the interactive CLI mode. This ensures that quoted strings with spaces are properly preserved as single arguments rather than being split incorrectly.
Signed-off-by: Mathias L. Baumann <[email protected]>1 parent b8ae7e4 commit e1ebf78
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
671 | 672 | | |
672 | 673 | | |
673 | 674 | | |
674 | | - | |
| 675 | + | |
675 | 676 | | |
676 | 677 | | |
677 | 678 | | |
| |||
0 commit comments