From b74b06a27f017d17e691c0b4ce0554c8010381fc Mon Sep 17 00:00:00 2001 From: scoobybejesus Date: Mon, 30 Dec 2019 00:23:30 -0500 Subject: [PATCH] Updated example to make it work again. --- examples/examples.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/examples/examples.md b/examples/examples.md index c86fb3b..725e37d 100644 --- a/examples/examples.md +++ b/examples/examples.md @@ -57,13 +57,15 @@ plus the memos are more descriptive. ##### Run **`cargo run -- --help`** to see descriptions for the parameters we can use, or just enter: -#####     `cargo run -- -a -o ~/Documents ./examples/resources/faker2__sample_input.csv` +#####     `cargo run -- -ds -a -o ~/Documents ./examples/resources/faker2__sample_input.csv`     \* Substitute `~/Documents` with your desired output directory. Substitute a Windows-style file path, if necessary. ##### Again, the program runs, and you should have reports in the location you provided. +######   Try once more. This time, after `-a`, type `-p`, to be presented a "print menu" for choosing individual reports. + We were able to bypass the wizard because: 1. The required parameters were passed in.