pub fn scripted_fixture_repo_writable_with_args(
script_name: &str,
args: impl IntoIterator<Item = &'static str>,
mode: Creation
) -> Result<TempDir>Expand description
Like scripted_fixture_repo_writable(), but passes args to script_name while providing control over
the way files are created with mode.