aboutsummaryrefslogtreecommitdiff
path: root/mling/src/cli.rs
diff options
context:
space:
mode:
Diffstat (limited to 'mling/src/cli.rs')
-rw-r--r--mling/src/cli.rs5
1 files changed, 4 insertions, 1 deletions
diff --git a/mling/src/cli.rs b/mling/src/cli.rs
index 67d2ef0..69e4fe9 100644
--- a/mling/src/cli.rs
+++ b/mling/src/cli.rs
@@ -1,3 +1,6 @@
+// `mling` has not been replaced from `parser` to `picker` yet
+#![allow(deprecated)]
+
use crate::{
CMDCompletion, ErrorDispatcherNotFound, Next, ThisProgram,
display::markdown,
@@ -8,7 +11,7 @@ use crate::{
};
use colored::Colorize;
use mingling::{
- Groupped, Program, RenderResult,
+ Grouped, Program, RenderResult,
hook::ProgramHook,
macros::{chain, help, pack, program_setup, renderer},
res::ResExitCode,