diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-07-19 01:17:20 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-07-19 01:17:20 +0800 |
| commit | 3518ba185a46358e9d476983213c74678ceba917 (patch) | |
| tree | 525e0a897d6d0169f48bc2e194b5c3bf5ee46a31 /mingling/src | |
| parent | b0cb0735d11b288ffce0ae3819f7314db3fb10b4 (diff) | |
feat(arg_picker): add mingling_support feature flag
Diffstat (limited to 'mingling/src')
| -rw-r--r-- | mingling/src/lib.rs | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/mingling/src/lib.rs b/mingling/src/lib.rs index 499390d..4b3ced6 100644 --- a/mingling/src/lib.rs +++ b/mingling/src/lib.rs @@ -218,7 +218,10 @@ pub mod prelude { pub use crate::parser::AsPicker; #[cfg(feature = "picker")] - pub use arg_picker::prelude::*; + pub use arg_picker::prelude::arg; + + #[cfg(feature = "picker")] + pub use crate::picker::EntryPicker; /// Used to enable the `writeln!` macro for `RenderResult` #[cfg(feature = "core")] |
