prompt

package
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 9, 2026 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AskConfirm

func AskConfirm(prompt string) (bool, error)

AskConfirm prompts the user for a yes/no confirmation.

func AskPassword

func AskPassword(prompt string) (string, error)

AskPassword prompts the user for a password (masked input).

func AskSelect

func AskSelect(title string, options []huh.Option[string]) (string, error)

AskSelect prompts the user to select one option from a list.

func AskString

func AskString(prompt string) (string, error)

AskString prompts the user for a string input.

func IsTTY

func IsTTY() bool

IsTTY returns true if stdin is a terminal.

func RequireArg

func RequireArg(name, value string) (string, error)

RequireArg checks if a value is provided, prompts for it if TTY, or returns an error.

func RequireArgSensitive

func RequireArgSensitive(name, value string) (string, error)

RequireArgSensitive is like RequireArg but uses a password input.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL