From c3ebda7ce605e40e6bc43b3d492f0fb0a8153e59 Mon Sep 17 00:00:00 2001 From: Namilskyy Date: Wed, 29 Oct 2025 23:49:52 +0300 Subject: Building release --- src/main.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/main.rs') diff --git a/src/main.rs b/src/main.rs index 126f13c..a3e6e33 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,6 +1,6 @@ use std::ffi::CString; use std::os::raw::c_int; -use clap::{Parser, Subcommand}; +use clap::{Parser, Subcommand, command}; mod non_critical; mod critical; @@ -39,7 +39,7 @@ enum Commands { } fn main() { - let cli = Cli::parse(); + let cli = Parser::parse(); match cli.command { Commands::RandomSounds { threads, time } => unsafe { -- cgit v1.2.3