Documentation
¶
Overview ¶
Package uiutil provides utility functions for UI message handling. TODO: Move to internal/ui/<appropriate_location> once the new UI migration is finalized.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExecShell ¶
ExecShell parses a shell command string and executes it with exec.Command. Uses shell.Fields for proper handling of shell syntax like quotes and arguments while preserving TTY handling for terminal editors.
func ReportError ¶
func ReportInfo ¶
func ReportWarn ¶
Types ¶
type ClearStatusMsg ¶
type ClearStatusMsg struct{}
Click to show internal directories.
Click to hide internal directories.