We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c9424e commit 5c8a978Copy full SHA for 5c8a978
internal/validator/validator.go
@@ -81,7 +81,7 @@ func Validate(image string, configPath string, cmd *cobra.Command, debug bool) (
81
tty: isTty,
82
}
83
p := tea.NewProgram(m, tea.WithInput(tty), tea.WithOutput(cmd.OutOrStderr()))
84
- out, err := p.StartReturningModel()
+ out, err := p.Run()
85
if err != nil {
86
return false, err
87
0 commit comments