Program Use¶
Learn how to run repgen5 and use its basic features.
Running the Program¶
To run repgen5, simply execute the following command in your terminal:
repgen5 --input <input_file> --output <output_file> -a https://cwms-data.usace.army.mil -O SWT
Where <input_file> is a relative or absolute path to a text file with your repgen report input
Note: If you do not specify an --output argument the report will be appear in the terminal (standard output - stdout). Which can also be piped other places!