add modifiers.rs

This commit is contained in:
Brad Warren
2026-06-10 15:52:16 -07:00
committed by Will Greenberg
parent 30c4cb0e0c
commit 3b3532d3fd
3 changed files with 333 additions and 23 deletions
+1
View File
@@ -5,6 +5,7 @@ use clap::CommandFactory;
use tauri::Emitter;
mod introspect;
mod modifiers;
static INSTALLER_COMMAND: LazyLock<clap::Command> = LazyLock::new(installer::Args::command);