On this page
tmux.SourceFileRequest
- 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.