Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConfirmOverwrite ¶
ConfirmOverwrite prompts the user to confirm overwriting a non-empty directory
func PromptAITool ¶
PromptAITool prompts the user to select an AI tool
Types ¶
type ProgressBar ¶
type ProgressBar struct {
// contains filtered or unexported fields
}
ProgressBar represents a simple progress bar
func NewProgressBar ¶
func NewProgressBar(total int64) *ProgressBar
NewProgressBar creates a new progress bar
func (*ProgressBar) Update ¶
func (pb *ProgressBar) Update(current int64)
Update updates the progress bar
Click to show internal directories.
Click to hide internal directories.