Skip to main content

Module repl_progress

Module repl_progress 

Source
Expand description

Animated progress display for the interactive REPL mapping operation.

Uses indicatif to show layered acquisition progress with spinners and completion markers.

Functions§

create_mapping_progress
Create a multi-step progress display for a mapping operation.
create_spinner
Create a simple spinner for general operations.
set_layer_active
Mark a layer as active (currently running).
set_layer_done
Mark a layer as complete.
set_layer_skipped
Mark a layer as skipped.