fn _run_command_file_params<S, I, T>( file: S, local: bool, params: I, ) -> Result<()>where S: AsRef<str>, I: IntoIterator<Item = (S, T)>, T: TryInto<AttrValue>,
Run a SIMICS cli command file with a list of parameters. Parameters are key-value pairs.