Versions in this module Expand all Collapse all v1 v1.14.4 Jul 14, 2022 Changes in this version + type ActionCallback func(context.Context, *cli.Context, string, string, bool) error + type Attribute struct + Charset string + Max int + Min int + Name string + Prompt string + Type string + type Template struct + Attributes []Attribute + Name string + NameFrom []string + Prefix string + Priority int + Welcome string + type Wizard struct + Templates []Template + func New(ctx context.Context, s backend.Storage) (*Wizard, error) + func (w *Wizard) Actions(s *root.Store, cb ActionCallback) cui.Actions