Restore recipe parameters functionality (#3530)
This commit is contained in:
@@ -19,9 +19,12 @@ fn main() {
|
||||
fs::create_dir_all(parent).unwrap();
|
||||
}
|
||||
|
||||
fs::write(&output_path, schema).unwrap();
|
||||
println!(
|
||||
fs::write(&output_path, &schema).unwrap();
|
||||
eprintln!(
|
||||
"Successfully generated OpenAPI schema at {}",
|
||||
output_path.display()
|
||||
);
|
||||
|
||||
// Output the schema to stdout for piping
|
||||
println!("{}", schema);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user