aboutsummaryrefslogtreecommitdiff
path: root/src/args.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/args.rs')
-rw-r--r--src/args.rs5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/args.rs b/src/args.rs
index c27ff78..679d8e1 100644
--- a/src/args.rs
+++ b/src/args.rs
@@ -23,6 +23,11 @@ pub struct DMVOPArguments {
// Show help
#[arg(long = "help", short = 'h')]
pub help: bool,
+
+ // Instant mode — aggressive VAD for near-real-time output
+ #[arg(long = "instant")]
+ pub instant: bool,
+
// Verbose output (show debug messages)
#[arg(long = "verbose", short = 'V')]
pub verbose: bool,