dspinellis / alexandria3k

Local relational access to openly-available publication data sets
GNU General Public License v3.0
79 stars 14 forks source link

Add progress bar as debug option #36

Closed BasVerlooy closed 6 months ago

BasVerlooy commented 6 months ago

This pull request adds a debug option which allows a user to keep track of how far the populating of the database is. It will show in the terminal/command line like this: [#########################-------------------------] 50.00% | Processed 1 out of 2 files

It can be enable by the flag -d progress_bar

dspinellis commented 6 months ago

Excellent!