Updated example to make it work again.

This commit is contained in:
scoobybejesus 2019-12-30 00:23:30 -05:00
parent 0af550cee6
commit b74b06a27f
1 changed files with 3 additions and 1 deletions

View File

@ -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: ##### 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 `~/Documents` with your desired output directory.
Substitute a Windows-style file path, if necessary. Substitute a Windows-style file path, if necessary.
##### Again, the program runs, and you should have reports in the location you provided. ##### 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: We were able to bypass the wizard because:
1. The required parameters were passed in. 1. The required parameters were passed in.