aboutsummaryrefslogtreecommitdiff
path: root/src/cli/calc_cmd.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/cli/calc_cmd.rs')
-rw-r--r--src/cli/calc_cmd.rs9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/cli/calc_cmd.rs b/src/cli/calc_cmd.rs
new file mode 100644
index 0000000..09f4e03
--- /dev/null
+++ b/src/cli/calc_cmd.rs
@@ -0,0 +1,9 @@
+// use mingling::macros::dispatcher;
+// use mingling::{macros::chain, marker::NextProcess};
+
+// use crate::cli::entry::*;
+
+// dispatcher!("calc", CalculateCommand => CalculateEntry);
+
+// #[chain]
+// pub async fn parse_calc_entry(prev: CalculateEntry) -> NextProcess {}