LibTmux.TmuxEnvironment.RemoveAsync
.NET
- Python Unavailable
- Ruby Unavailable
- Lua Unavailable
- TypeScript Unavailable
- Rust Unavailable
- Go Unavailable
- Java Unavailable
- .NET
- C++ Unavailable
- Swift Unavailable
- Module
- LibTmux
- Declared in
- TmuxEnvironment
- Package
- LibTmux
- Source
- src/LibTmux/Environment/TmuxEnvironmentOperations.cs
- RemoveAsync ( name : string , cancellationToken : CancellationToken ) Task
-
Marks a variable removed for the panes tmux spawns.
This is not the same as unsetting. tmux remembers the removal so that a pane it spawns does not inherit the variable from its own parent.
- Parameters
-
-
name ( string ) – The variable name.
-
cancellationToken ( CancellationToken ) – Cancels the tmux command.
-
Discussed in Environment
0 declared, 0 inherited