Use uppercase names for arguments (#255)
This commit is contained in:
parent
7166fa9e6f
commit
c84a86dd2b
@ -59,7 +59,7 @@ pub fn run() {
|
|||||||
.arg(Arg::with_name("DRY-RUN")
|
.arg(Arg::with_name("DRY-RUN")
|
||||||
.long("dry-run")
|
.long("dry-run")
|
||||||
.help("Prints what just would do without doing it")
|
.help("Prints what just would do without doing it")
|
||||||
.conflicts_with("quiet"))
|
.conflicts_with("QUIET"))
|
||||||
.arg(Arg::with_name("DUMP")
|
.arg(Arg::with_name("DUMP")
|
||||||
.long("dump")
|
.long("dump")
|
||||||
.help("Prints entire justfile"))
|
.help("Prints entire justfile"))
|
||||||
|
Loading…
Reference in New Issue
Block a user