pub const PathArgOptions = struct
pub const PathArgOptions = struct {
prefix: []const u8 = "",
suffix: []const u8 = "",
/// Makes the path absolute before passing it to the child process. Not supported by all hosts,
/// prefer accepting relative paths when possible.
make_absolute: bool = false,
}