diff --git a/src/app.rs b/src/app.rs index 813056e..84b8dd1 100644 --- a/src/app.rs +++ b/src/app.rs @@ -64,6 +64,7 @@ pub fn app() { .long("highlight") .help("Highlight echoed recipe lines in bold")) .arg(Arg::with_name("JUSTFILE") + .short("f") .long("justfile") .takes_value(true) .help("Uses as justfile. --working-directory must also be set") @@ -103,6 +104,7 @@ pub fn app() { .long("verbose") .help("Use verbose output")) .arg(Arg::with_name("WORKING-DIRECTORY") + .short("d") .long("working-directory") .takes_value(true) .help("Uses as working directory. --justfile must also be set")