LibTmux.TmuxCommand
.NET
- Python Unavailable
- Ruby Unavailable
- Lua Unavailable
- TypeScript Unavailable
- Rust Unavailable
- Go Unavailable
- Java Unavailable
- .NET
- C++ Unavailable
- Swift Unavailable
- Module
- LibTmux
- Package
- LibTmux
- Source
- src/LibTmux/Chaining/TmuxCommand.cs
-
One tmux command and the arguments it carries.
9 declared, 0 inherited
Members
- Arguments property Gets the arguments, separated as tmux will receive them.
- Create method Creates a command from its name and arguments.
- Deconstruct method Deconstructs the command into its name and arguments.
- Equals method
- GetHashCode method
- Name property Gets the tmux command name.
- RequiredGeneration property Gets the server generation this command's target belongs to.
- TmuxCommand method Initializes a tmux command.
- ToArguments method Returns this command the way tmux receives it.