Versions in this module Expand all Collapse all v0 v0.1.0 Jun 2, 2022 Changes in this version + type Step struct + func (s *Step) Done() + type Stepper struct + func NewStepper() Stepper + func (s Stepper) StartStep(step string) stepper.Step + func (s Stepper) StartTemporaryStep(step string) stepper.Step + func (s Stepper) StartTemporaryStepWithoutNewLine(step string) stepper.Step + func (s Stepper) StopCurrentStep()