pub fn scripted_fixture_writable_with_args(
    script_name: &str,
    args: impl IntoIterator<Item = impl Into<String>>,
    mode: Creation
) -> Result<TempDir>
Expand description

Like scripted_fixture_writable(), but passes args to script_name while providing control over the way files are created with mode.