mirror of
https://github.com/pchuan98/codex.git
synced 2026-07-01 00:31:56 +08:00
fix bash commands being incorrectly quoted in display (#2313)
The "display format" of commands was sometimes producing incorrect quoting like `echo foo '>' bar`, which is importantly different from the actual command that was being run. This refactors ParsedCommand to have a string in `cmd` instead of a vec, as a `vec` can't accurately capture a full command.
This commit is contained in:
committed by
GitHub
Unverified
parent
20cd61e2a4
commit
7038827bf4
+280
-275
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user