On this page
LibTmux.TmuxChain.Then
- Module
- LibTmux
- Declared in
- TmuxChain
- Package
- LibTmux
- Source
- src/LibTmux/Chaining/TmuxChain.cs
- Then ( command : TmuxCommand ) TmuxChain ( commands : IEnumerable<TmuxCommand> ) TmuxChain ( name : string , string[] : string , arguments ) TmuxChain
-
Adds one command and returns the longer chain.
- Parameters
-
-
name ( string ) – The tmux command name.
-
arguments – Its arguments.
-
- Returns
-
A chain ending with the named command.
0 declared, 0 inherited