libtmux Reference MCP Search
On this page

LibTmux.TmuxCommand.Create

View as Markdown

Module
LibTmux
Declared in
TmuxCommand
Package
LibTmux
Source
src/LibTmux/Chaining/TmuxCommand.cs
Create ( name : string , string[] : string , arguments ) TmuxCommand
methodstatic [source]
methodstatic [source]
Create

Creates a command from its name and arguments.

Parameters
  • name ( string ) – The tmux command name.

  • argumentsIts arguments.

Returns

The command.

Raises
  • ArgumentExceptionThe name is empty, an argument is null, or a token contains NUL.

0 declared, 0 inherited

Esc

Type to search.