ImperialCollegeLondon / virtual_ecosystem

This repository is the home for the codebase for the Virtual Ecosystem project.
https://virtual-ecosystem.readthedocs.io
BSD 3-Clause "New" or "Revised" License
9 stars 1 forks source link

Add progress option to `ve_run` #402

Closed davidorme closed 6 months ago

davidorme commented 6 months ago

Is your feature request related to a problem? Please describe.

When the logging output is being directed to file (and it probably always should be as it is a huge amount of screen spam), the ve_run command just sits there until it completes. That isn't terribly friendly.

Describe the solution you'd like

Add a --progress option to ve_run that prints some simple information about the progress to stdout.