pub fn run_cli<T: ReadFromFS, U: WriteToFS>( cli_arguments: &[&str], read_file: T, write_file: U, ) -> ExitCode