cli

package
v0.0.0-...-120d823 Latest Latest
Warning

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

Go to latest
Published: May 31, 2023 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

View Source
const (
	AppName    = "Dotfiles Installer"
	AppVersion = "1.1.1"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type CLI

type CLI struct {
	Flags flag.Flags
	Prompter
}

func (*CLI) PromptURL

func (c *CLI) PromptURL() error

func (*CLI) PromptUser

func (c *CLI) PromptUser(label string, validate promptui.ValidateFunc) (string, error)

func (*CLI) ShowError

func (c *CLI) ShowError(err error)

type Prompter

type Prompter interface {
	PromptUser(label string, validate promptui.ValidateFunc) (string, error)
}

Jump to

Keyboard shortcuts

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