Documentation ¶
Index ¶
- type UI
- func (ui *UI) Choose(_ context.Context, question string, defaultValue string, options []string) ([]string, error)
- func (ui *UI) Error(_ context.Context, message string) error
- func (ui *UI) Info(_ context.Context, message string) error
- func (ui *UI) Many(_ context.Context, question string, defaultValue string) ([]string, error)
- func (ui *UI) One(_ context.Context, question string, defaultValue string) (string, error)
- func (ui *UI) Select(_ context.Context, question string, defaultValue string, options []string) (string, error)
- func (ui *UI) Title(_ context.Context, message string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.