LemonCliRunners.CodexSchema.CommandExecutionItem (lemon_cli_runners v0.1.0)

View Source

Shell command execution

Summary

Types

status()

@type status() :: :in_progress | :completed | :failed | :declined

t()

@type t() :: %LemonCliRunners.CodexSchema.CommandExecutionItem{
  aggregated_output: String.t() | nil,
  command: String.t(),
  exit_code: integer() | nil,
  id: String.t(),
  status: status(),
  type: :command_execution
}