Use uppercase names for arguments (#255)

This commit is contained in:
Casey Rodarmor 2017-11-17 23:23:24 -08:00 committed by GitHub
parent 7166fa9e6f
commit c84a86dd2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -59,7 +59,7 @@ pub fn run() {
.arg(Arg::with_name("DRY-RUN")
.long("dry-run")
.help("Prints what just would do without doing it")
.conflicts_with("quiet"))
.conflicts_with("QUIET"))
.arg(Arg::with_name("DUMP")
.long("dump")
.help("Prints entire justfile"))