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

Function RunCreateInteractive

tui/create.go:1171–1175  ·  view source on GitHub ↗
(client *api.Client, specs *utils.SpecStore)

Source from the content-addressed store, hash-verified

1169}
1170
1171func RunCreateInteractive(client *api.Client, specs *utils.SpecStore) (*CreateConfig, error) {
1172 InitCommonStyles(os.Stdout)
1173 m := NewCreateModel(client, specs)
1174 return runCreateModel(m)
1175}
1176
1177// RunCreateHybrid runs the create TUI with some steps pre-filled from CLI flags.
1178func RunCreateHybrid(client *api.Client, specs *utils.SpecStore, presets *CreatePresets) (*CreateConfig, error) {

Callers 1

runCreateFunction · 0.92

Calls 3

InitCommonStylesFunction · 0.85
NewCreateModelFunction · 0.85
runCreateModelFunction · 0.85

Tested by

no test coverage detected