This commit is contained in:
Quaternions 2024-10-03 21:46:24 -07:00
parent 886a37ab41
commit 2814e88011

View File

@ -17,7 +17,7 @@ enum Commands {
#[derive(Args)]
struct RunScriptSubcommand{
#[arg(long)]
#[arg()]
input_file:PathBuf,
}