Skip to content
This repository has been archived by the owner on Jul 11, 2019. It is now read-only.

Commit

Permalink
Merge pull request #48 from Flat/will-cite
Browse files Browse the repository at this point in the history
Add dummy will-cite
  • Loading branch information
mmstick authored Jun 9, 2017
2 parents 5047c38 + c5ca152 commit 02da40e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/arguments/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ impl Args {
println!("MIT/Rust Parallel {}", env!("CARGO_PKG_VERSION"));
exit(0);
},
"will-cite" => (),
"tmpdir" | "tempdir" => {
*base_path = PathBuf::from(arguments.get(index).ok_or(ParseErr::WorkDirNoValue)?);
index += 1;
Expand Down

0 comments on commit 02da40e

Please sign in to comment.