Skip to main content

Module response

Module response 

Source
Expand description

Response types for command execution.

Response represents successful execution with message and formatting flags.

Structsยง

Response
Command execution response with message and formatting flags. Command failures return Err(CliError::CommandFailed(msg)), not Response.