# tmux.SourceFileRequest

- **Module:** tmux
- **Package:** github.com/libtmux/libtmux-go/tmux
- **Language:** Go
- **Kind:** struct
- **Source:** https://github.com/libtmux/libtmux-go/blob/5f808882015a975a65acc7f9da5b3ff0d5cbdc91/tmux/server_exec.go#L128
- **Page:** https://libtmux.org/reference/go/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.
