tmux.SourceFileRequest
Go
- Python Unavailable
- Ruby Unavailable
- Lua Unavailable
- TypeScript Unavailable
- Rust Unavailable
- Go
- Java Unavailable
- .NET Unavailable
- C++ Unavailable
- Swift Unavailable
- Module
- tmux
- Package
- github.com/libtmux/libtmux-go/tmux
- Source
- tmux/server_exec.go
-
SourceFileRequest configures loading or parsing a tmux configuration file. Its zero value is invalid because Path is required; SourceFile expands only the current user's ~ forms and copies no caller-owned mutable input.
4 declared, 0 inherited
Members
- ParseOnly attribute ParseOnly validates the file without applying its commands.
- Path attribute Path is the required configuration path; exact "-" is rejected because no stdin is provided.
- Quiet attribute Quiet suppresses tmux diagnostics for missing source files.
- Verbose attribute Verbose requests tmux parsing diagnostics.