Obsctl::Domain::Command
Base type for parsed CLI commands.
A command knows its own IPC identity and payload arguments, so every surface that has to put one on the wire — the thin CLI client and the TUI dispatcher — builds the payload the same way instead of maintaining its own type-to-name table.
Constructors
new
SourceInstance methods
initialize
Source