dynamic argumentAsFileContentYAML(int index, [File? def]) { var s = argumentAsFileContentString(index, def); return s != null ? loadYaml(s) : null; }