Function scripted_fixture_writable_with_args_single_archive

Source
pub fn scripted_fixture_writable_with_args_single_archive(
    script_name: impl AsRef<Path>,
    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.

See scripted_fixture_read_only_with_args_single_archive() for important details on what single_archive means.