This commit is contained in:
Pranav Gaddamadugu 2022-08-18 18:01:22 -07:00
parent 6d2fe70ecc
commit b061a4a96c

View File

@ -34,7 +34,10 @@ pub struct Run {
#[structopt(name = "NAME", help = "The name of the program to run.", default_value = "main")]
name: String,
#[structopt(name = "INPUTS", help = "The inputs to the program. If none are provided, the input file is used.")]
#[structopt(
name = "INPUTS",
help = "The inputs to the program. If none are provided, the input file is used."
)]
inputs: Vec<String>,
#[structopt(flatten)]