# tmux.SourceFileRequest

- **Module:** tmux
- **Package:** github.com/libtmux/libtmux-go/tmux
- **Language:** Go
- **Kind:** struct
- **Source:** https://github.com/libtmux/libtmux-go/blob/52968a3181c1c9e6d1b26c565d4b170968ae61c0/tmux/server_exec.go#L137
- **Page:** https://libtmux.org/en/go/latest/reference/tmux-sourcefilerequest/

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.

## Members

- `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.
- `ParseOnly` (attribute): ParseOnly validates the file without applying its commands.
- `Verbose` (attribute): Verbose requests tmux parsing diagnostics.
