feat: display progress

This commit is contained in:
Shunsuke Shibayama 2024-09-09 21:40:19 +09:00
parent 60ea11aa3e
commit 948a14b1af
4 changed files with 41 additions and 2 deletions

View file

@ -170,6 +170,7 @@ pub struct ErgConfig {
/// verbosity level for system messages.
/// * 0: display errors, warns
/// * 1 (default): display errors, warnings and hints
/// * 2: display errors, warnings, hints and progress
pub verbose: u8,
/// needed for `jupyter-erg`
pub ps1: &'static str,