Revise help text for CLI "--project" arg
This commit is contained in:
@@ -12,7 +12,7 @@ pub struct Args {
|
|||||||
#[arg(
|
#[arg(
|
||||||
short = 'p',
|
short = 'p',
|
||||||
long = "project",
|
long = "project",
|
||||||
help = "Path to project (relative or absolute). Used to select configuration."
|
help = "Path to project (relative or absolute). Used to override configuration selection."
|
||||||
)]
|
)]
|
||||||
pub project: Option<String>,
|
pub project: Option<String>,
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user