From f29e48ea744ada2e48af8f2ea84e9ee1644e64fa Mon Sep 17 00:00:00 2001 From: dusk Date: Wed, 15 Oct 2025 20:39:50 +0000 Subject: [PATCH] fix quotes value being cut off --- crates/command_parser/src/string.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/command_parser/src/string.rs b/crates/command_parser/src/string.rs index 73239699..cc2dee63 100644 --- a/crates/command_parser/src/string.rs +++ b/crates/command_parser/src/string.rs @@ -85,7 +85,7 @@ pub(super) fn next_param<'a>(input: &'a str, current_pos: usize) -> Option