Description
Right now (with the latest version being v0.6.1), each command shows a little animated progress spinner indicating the elapsed time.
This is sufficient for most commands, because they resolve before humans can even really notice them. But for other commands, such as parish fetch, which potentially allows to scrape the entire Matricula, more and detailed information would be helpful:
Perhaps add -p,--show-progress to only show detailed information such as memory or network usage when the user specified to do so.
Description
Right now (with the latest version being
v0.6.1), each command shows a little animated progress spinner indicating the elapsed time.This is sufficient for most commands, because they resolve before humans can even really notice them. But for other commands, such as
parish fetch, which potentially allows to scrape the entire Matricula, more and detailed information would be helpful:Perhaps add
-p,--show-progressto only show detailed information such as memory or network usage when the user specified to do so.