aboutsummaryrefslogtreecommitdiff
path: root/src/cli/calc_cmd.rs
blob: 09f4e0339d31ae5886953f97c68c91b3550a13c0 (plain) (blame)
1
2
3
4
5
6
7
8
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 {}