diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-04-16 23:24:52 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-04-16 23:24:52 +0800 |
| commit | 6e36fc3707e791c3c748133d648957706b54fd3a (patch) | |
| tree | 3851ed69d60f331a803a6c19c97a56829a11f2f5 /src/cli/dispatchers.rs | |
| parent | 363fbc6e98f832471a17a10ec18e8823df6a2ed5 (diff) | |
Add CLI commands for bill management and persistence
Diffstat (limited to 'src/cli/dispatchers.rs')
| -rw-r--r-- | src/cli/dispatchers.rs | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/cli/dispatchers.rs b/src/cli/dispatchers.rs deleted file mode 100644 index 27b7747..0000000 --- a/src/cli/dispatchers.rs +++ /dev/null @@ -1,12 +0,0 @@ -use mingling::{Program, macros::program_setup}; - -use crate::ThisProgram; -use crate::cli::ops_cmd::{CreateCommand, InitHereCommand}; - -#[program_setup] -pub fn chaos_billing_setup(program: &mut Program<ThisProgram, ThisProgram>) { - program.with_dispatcher(InitHereCommand); - program.with_dispatcher(CreateCommand); - - // program.with_dispatcher(CalculateCommand); -} |
