Updated example to make it work again.
This commit is contained in:
parent
0af550cee6
commit
b74b06a27f
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue