-
Notifications
You must be signed in to change notification settings - Fork 196
Closed
Description
Running a form always outputs the UI to stdout:
https://github.com/charmbracelet/huh/blob/main/form.go#L560
This is problematic if a program ultimately produces some output to stdout that the user wants to redirect into a file or pipe into another program.
It would be awesome if there was a way exposed to change this to Stderr
, or maybe it should just default to stderr like the spinner does:
https://github.com/charmbracelet/huh/blob/main/spinner/spinner.go#L144
mikeflynn, survivorbat, jonathanstallings and maaslalani
Metadata
Metadata
Assignees
Labels
No labels