When a run of octocatalog-diff fails, it would be great if it wouldn't clean the temporary directory so that additional debugging can take place.
As a workaround, I currently comment out
|
at_exit { remove_temp_dir(the_dir) } |
currently, but a parameter like "--keep-temporary-on-fail" would help here.