MCPcopy Create free account
hub / github.com/catppuccin/cli / Init

Method Init

internal/ui/progress.go:87–89  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

85}
86
87func (m ProgressWrapper) Init() tea.Cmd {
88 return StartClone(RepoName)
89}
90
91func (m ProgressWrapper) Update(msg tea.Msg) (tea.Model, tea.Cmd) {
92 switch msg := msg.(type) {

Callers

nothing calls this directly

Calls 1

StartCloneFunction · 0.85

Tested by

no test coverage detected