From 81049b3abd83115374cfc51b26fb5d5054263f81 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Thu, 16 Jul 2026 19:58:30 +0800 Subject: feat(picker): add string value support with inline value matching Implement `Pickable` for `String` supporting both positional and named flags, and generalize value matching to use style-specific separators --- mingling_picker/test/src/test.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'mingling_picker/test/src/test.rs') diff --git a/mingling_picker/test/src/test.rs b/mingling_picker/test/src/test.rs index eb53229..dc251dd 100644 --- a/mingling_picker/test/src/test.rs +++ b/mingling_picker/test/src/test.rs @@ -3,3 +3,4 @@ mod basic_test; mod route_test; mod style_test; mod value_flag_test; +mod value_string_test; -- cgit