Versions in this module Expand all Collapse all v1 v1.0.0 Mar 7, 2024 v0 v0.0.1 Mar 7, 2024 Changes in this version + type Step interface + Done func() + type Stepper interface + StartStep func(step string) Step + StartTemporaryStep func(step string) Step + StartTemporaryStepWithoutNewLine func(step string) Step + StopCurrentStep func()