Versions in this module Expand all Collapse all v0 v0.1.6 May 13, 2026 v0.1.5 May 9, 2026 Changes in this version + const DESCRIPTION + const PROCESS + const VERSION + func Execute() + type Prompt interface + Excute func(*bufio.Reader) error + type PromptBool struct + Destination *bool + Name string + Usage string + Value bool + func (p *PromptBool) Excute(r *bufio.Reader) error + type PromptFilePath struct + Destination *string + IsDir bool + MustExist bool + Required bool + Usage string + Value string + func (p *PromptFilePath) Excute(r *bufio.Reader) error + type PromptInt struct + Destination *int64 + Required bool + Usage string + Value int64 + func (p *PromptInt) Excute(r *bufio.Reader) error + type PromptString struct + Destination *string + FilePath bool + Required bool + Usage string + Value string + func (p *PromptString) Excute(r *bufio.Reader) error + type Prompts []Prompt + func (ps Prompts) Excute(r *bufio.Reader) error