MCPcopy Create free account
hub / github.com/Thunder-Compute/thunder-cli / newBusyStyles

Function newBusyStyles

tui/busy.go:28–33  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

26}
27
28func newBusyStyles() busyStyles {
29 return busyStyles{
30 text: LabelStyle().Bold(false),
31 help: HelpStyle(),
32 }
33}
34
35func NewBusyModel(text string) BusyModel {
36 InitCommonStyles(os.Stdout)

Callers 1

NewBusyModelFunction · 0.85

Calls 2

LabelStyleFunction · 0.85
HelpStyleFunction · 0.85

Tested by

no test coverage detected