aboutsummaryrefslogtreecommitdiff
path: root/mingling_core/Cargo.toml
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-07-19 22:24:00 +0800
committer魏曹先生 <1992414357@qq.com>2026-07-19 22:24:00 +0800
commite3c75c660e9d9387184ff43b14c070afedd069c6 (patch)
tree9ba28c8ec7796e6ecfd011dc5ac8941dfc9d3f56 /mingling_core/Cargo.toml
parentef9e20a62553027384ab9228cc2ae59849548626 (diff)
feat(multishell): add `picker` feature gate and deprecate conflicting
methods Deprecate `ShellContext` methods `filling_argument_first`, `filling_argument`, `typing_argument`, `strip_typed_argument`, and `get_typed_arguments` when the `picker` feature is active, as they do not work under all `ParserStyle` settings. Add `#![allow(deprecated)]` to the affected modules to suppress warnings from internal usage.
Diffstat (limited to 'mingling_core/Cargo.toml')
-rw-r--r--mingling_core/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/mingling_core/Cargo.toml b/mingling_core/Cargo.toml
index 85afd55..14140c6 100644
--- a/mingling_core/Cargo.toml
+++ b/mingling_core/Cargo.toml
@@ -15,6 +15,7 @@ nightly = []
default = []
async = []
builds = []
+picker = []
dispatch_tree = []
structural_renderer = ["dep:serde"]