On this page
LibTmux.TmuxCommand.Create
- Module
- LibTmux
- Declared in
- TmuxCommand
- Package
- LibTmux
- Source
- src/LibTmux/Chaining/TmuxCommand.cs
- Create ( name : string , string[] : string , arguments ) TmuxCommand
-
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