On this page
LibTmux.TmuxEnvironment.RemoveAsync
- 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