# Packages

Package decorative implement decorative prompts using the survey library.
Package plain implements prompts using the standard library.

# Functions

New returns a new Prompt.

# Interfaces

Prompt is the interface implemented by 'decorative' and 'plain' prompts.