Jeremy Rose
7038827bf4
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.
2025-08-14 17:08:29 -04:00
..
2025-08-13 22:53:54 -07:00
2025-07-24 14:13:30 -07:00
2025-08-13 15:43:54 -07:00
2025-08-14 14:51:13 -04:00
2025-08-13 15:43:54 -07:00
2025-08-13 13:38:18 -07:00
2025-08-14 13:29:58 -07:00
2025-08-04 09:34:46 -07:00
2025-08-14 14:51:13 -04:00
2025-08-07 10:13:13 -07:00
2025-08-05 04:23:22 +00:00
2025-08-14 09:55:28 -07:00
2025-08-14 14:51:13 -04:00
2025-08-13 15:43:54 -07:00
2025-05-22 09:51:19 -07:00
2025-08-13 13:38:18 -07:00
2025-08-07 10:13:13 -07:00
2025-08-06 01:13:31 -07:00
2025-07-24 14:13:30 -07:00
2025-08-14 14:51:13 -04:00
2025-07-28 08:52:18 -07:00
2025-07-30 10:05:40 -07:00
2025-05-20 11:55:25 -07:00
2025-08-13 17:02:50 -07:00
2025-08-07 16:55:33 -07:00
2025-08-13 18:39:58 -07:00
2025-08-13 17:02:50 -07:00
2025-08-10 17:57:39 -07:00
2025-08-14 17:08:29 -04:00
2025-08-13 19:05:13 +00:00
2025-07-22 09:42:22 -07:00
2025-08-08 12:43:43 -07:00
2025-08-14 09:55:28 -07:00
2025-07-25 10:43:36 -07:00
2025-08-05 20:44:20 -07:00
2025-08-03 06:59:26 -07:00
2025-08-07 00:17:00 -07:00
2025-08-13 13:38:18 -07:00
2025-08-01 16:11:24 -07:00
2025-08-04 11:57:04 -04:00
2025-08-12 16:40:04 +00:00
2025-05-08 16:02:56 -07:00
2025-08-13 13:38:18 -07:00