OpenCode.Generated.Pty (opencode_sdk v0.1.13)

Copy Markdown View Source

Provides struct and type for a Pty

Summary

Types

t()

@type t() :: %OpenCode.Generated.Pty{
  args: [String.t()],
  command: String.t(),
  cwd: String.t(),
  id: String.t(),
  pid: number(),
  status: String.t(),
  title: String.t()
}