LibTmux.Server.SourceFileAsync
- Module
- LibTmux
- Declared in
- Server
- Package
- LibTmux
- Source
- src/LibTmux/Server.Administration.cs
- Other languages
- PythonRuby Lua TypeScriptRustGoJavaC++Swift
-
Reads a tmux configuration file.
- Parameters
-
-
path ( string ) – The file to read.
-
quiet ( bool ) – Whether a missing file is passed over in silence.
-
parseOnly ( bool ) – Whether the file is checked rather than run.
-
verbose ( bool ) – Whether each command read is reported.
-
cancellationToken ( CancellationToken ) – Cancels the tmux command.
-
In other ports Load a tmux configuration file
- Python
libtmux.Server.source_file - Ruby
LibTmux::Server#source_file - Lua No source-verified Lua equivalent is recorded for this operation.
- TypeScript
server.Server.sourceFile - Rust
server.Server.source_file - Go
tmux.Server.SourceFile - Java
io.github.libtmux.Server.Server.sourceFile - C++
libtmux::Server::source_file - Swift
Server.sourceFile(_:)
0 declared, 0 inherited