Documentation
¶
Index ¶
- func Confirm(message string, defaultValue bool) (bool, error)
- func EditCommitMessage(current *llm.CommitMessage) (*llm.CommitMessage, error)
- func GetTempDir() (string, error)
- func Input(message, defaultValue string) (string, error)
- func MultiInput(message string) ([]string, error)
- func Password(message string) (string, error)
- func Select(message string, options []string) (string, error)
- func ShowProgress(message string) func()
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EditCommitMessage ¶
func EditCommitMessage(current *llm.CommitMessage) (*llm.CommitMessage, error)
EditCommitMessage opens an editor for editing the commit message
func GetTempDir ¶
GetTempDir returns a temporary directory for the application
func MultiInput ¶
MultiInput prompts for multiple lines of input
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.