svalinn / dagmc_stats

Tool for calculating and reporting statistics about DAGMC models
BSD 3-Clause "New" or "Revised" License
1 stars 5 forks source link

Introduce `argparse` to allow the user to set the filename on the commandline #4

Closed gonuke closed 5 years ago

gonuke commented 5 years ago

argparse is a standard python module that provides a robust and flexible way to provide command-line arguments. Introduce it to the script to allow the user to specify the filename on the command-line.

gonuke commented 5 years ago

These changes should be made to generate_stats.py since that is the tool that the user will actually run.