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.