Prerelease This site documents an alpha of libtmux. Its structure, URLs and APIs are subject to change.

mcp.cli.Options

Rust
  • Python Unavailable
  • Ruby Unavailable
  • Lua Unavailable
  • TypeScript Unavailable
  • Rust
  • Go Unavailable
  • Java Unavailable
  • .NET Unavailable
  • C++ Unavailable
  • Swift Unavailable

API reference · Markdown

struct mcp.cli.Options
structoverload [source]
structoverload [source]
struct mcp.cli.Options

What the binary was asked to do.

Members

socket_path

socket_path : Option<PathBuf>
attribute [source]
attribute [source]
socket_path

The socket path to talk to, from -S.

socket_name

socket_name : Option<OsString>
attribute [source]
attribute [source]
socket_name

The socket name to talk to, from -L.

parse

parse ( arguments : I ) → Result<Self, Stop>
method [source]
method [source]
parse

Read the options from arguments, excluding the program name.

Errors

Returns the reason to stop before serving: the caller asked for help or the version, or passed something unusable.

Esc

Type to search.