Set environment¶
set_environment¶
set_environmentSet a tmux environment variable.
- Returns:
Use when you need to set a tmux environment variable.
Side effects: Sets the variable in the tmux server.
Example:
{
"tool": "set_environment",
"arguments": {
"name": "MY_VAR",
"value": "hello"
}
}
Response:
{
"name": "MY_VAR",
"value": "hello",
"status": "set"
}
Parameters