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

LibTmux.TmuxCommand.Create

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

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.

  • arguments – Its arguments.

Returns

The command.

Raises
  • ArgumentException – The name is empty, an argument is null, or a token contains NUL.

0 declared, 0 inherited

Esc

Type to search.