mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-11-30 03:34:51 +03:00
Better help
This commit is contained in:
parent
a05f22980e
commit
6d2fe70ecc
@ -34,7 +34,7 @@ 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.")]
|
||||
#[structopt(name = "INPUTS", help = "The inputs to the program. If none are provided, the input file is used.")]
|
||||
inputs: Vec<String>,
|
||||
|
||||
#[structopt(flatten)]
|
||||
|
Loading…
Reference in New Issue
Block a user