struct
Obsctl::Domain::CommandResult
- Obsctl::Domain::CommandResult
- Struct
- Value
- Object
Overview
Text result returned by command handlers for display-oriented clients.
Defined in:
obsctl/domain/command_result.crConstructors
-
.failed(message : String) : self
Builds a failed command result.
- .new(ok : Bool, message : String)
-
.ok(message : String) : self
Builds a successful command result.