Documentation
¶
Overview ¶
Package tuicmd implements the `tui` command — the interactive, full-screen trading terminal (the human sibling of monitor). It runs against the clienv.Cmd seam so cli dispatches into it without it importing cli.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Run ¶
Run resolves config/key/URLs, starts a stream session, and hands its events to the tui package. Order placement/cancellation run through tuiTrader — the same validated, journaled ops path as `order place`/`order cancel`. tuiRun is the interactive renderer (the Deps.TUIRun test seam; nil = the real tui.Run, which needs a TTY) — passed in rather than crossing clienv, since its tui.Config signature would drag the charm dependency into the seam.
Types ¶
This section is empty.