Closed lutzky closed 1 year ago
Check out #399 as well, might prove useful.
Thanks, I've left a comment on #399: https://github.com/wagoodman/dive/pull/399/files#r1166837287
I believe the run-static-analyses
failure is unrelated to my change.
I believe the
run-static-analyses
failure is unrelated to my change.
I don't want to be the bearer of bad news, but the project has been inactive for a while.
Damn ^_^
Oh well, I thought it'd be a useful thing. I've only encountered it as part of https://fasterthanli.me/series/building-a-rust-service-with-nix/part-6, so I figured I'd fix it as I go :shrug:
Heredocs can be used to create multi-line commands, which broke rendering.
Details about heredocs: https://www.docker.com/blog/introduction-to-heredocs-in-dockerfiles/
Before:
After:
(Example is adapted from https://fasterthanli.me/series/building-a-rust-service-with-nix/part-6)