type Step struct {
// Desc is a human readable description of the step. Desc string// F is the function that will be called to execute the step. F func(ctx context.Context) error
}
Step provides a way to run a function with a
pretty loading spinner animation.