MCPcopy Create free account
hub / github.com/devnullvoid/pvetui / launchConfigWizard

Function launchConfigWizard

internal/onboarding/onboarding.go:167–169  ·  view source on GitHub ↗

launchConfigWizard launches the configuration wizard.

(cfg *config.Config, configPath string, activeProfile string)

Source from the content-addressed store, hash-verified

165
166// launchConfigWizard launches the configuration wizard.
167func launchConfigWizard(cfg *config.Config, configPath string, activeProfile string) components.WizardResult {
168 return components.LaunchConfigWizard(cfg, configPath, activeProfile)
169}
170
171func isKeyBindingValidationError(err error) bool {
172 if err == nil {

Callers 1

HandleValidationErrorFunction · 0.85

Calls 1

LaunchConfigWizardFunction · 0.92

Tested by

no test coverage detected