open-simulation-platform / cosim-cli

Command-line interface for libcosim
https://open-simulation-platform.github.io/cosim
Mozilla Public License 2.0
10 stars 4 forks source link

Progress reporting to standard out #12

Closed lassebje closed 5 years ago

lassebje commented 5 years ago

When creating external tools it would be nice to have some mean of detecting progress. This progress reporting should be easily parse-able by a computer. Suggestion: @PROGRESS 1 10 Where 1 is the current step or progress and 10 is the total number of steps