Documentation
¶
Overview ¶
Package cmd implements the paddock-tui binary's cobra command tree.
The TUI is the primary UX: invoking `paddock-tui` with no subcommand launches the Bubble Tea program. The non-TUI subcommands (`session list`, `session new`, `session end`, `version`) are kept for scripting and one-off operations.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewRootCmd ¶
NewRootCmd builds the root cobra command. With no subcommand the TUI launches; with `version`, `session ...` etc. the corresponding non-TUI command runs.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.