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

LibTmux.TmuxChain.Then

.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
TmuxChain
Package
LibTmux
Source
src/LibTmux/Chaining/TmuxChain.cs
Then ( command : TmuxCommand ) → TmuxChain ( commands : IEnumerable<TmuxCommand> ) → TmuxChain ( name : string , string[] : string , arguments ) → TmuxChain
methodoverload3 overloads [source]
methodoverload3 overloads [source]
Then

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

Esc

Type to search.