aboutsummaryrefslogtreecommitdiff
path: root/arg_picker/src/value.rs
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-08-20 08:51:43 +0800
committer魏曹先生 <1992414357@qq.com>2026-08-20 08:51:43 +0800
commitff1e3262641529468841c531795df0fed8b08350 (patch)
tree540d64a0ee9d9443999322b125dfade0b716b480 /arg_picker/src/value.rs
parent4a4591affcdb9fef4025e1493546ea77132ce7d2 (diff)
feat!: extract arg-picker into standalone repositoryHEADmain
Diffstat (limited to 'arg_picker/src/value.rs')
-rw-r--r--arg_picker/src/value.rs9
1 files changed, 0 insertions, 9 deletions
diff --git a/arg_picker/src/value.rs b/arg_picker/src/value.rs
deleted file mode 100644
index fc23f3d..0000000
--- a/arg_picker/src/value.rs
+++ /dev/null
@@ -1,9 +0,0 @@
-// Doc Not Optimize
-mod flag;
-pub use flag::*;
-
-mod paths;
-pub use paths::*;
-
-mod vec_until;
-pub use vec_until::*;