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

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