v0.1.6 — --html directory fix
Fixed
--html <directory>(e.g.--html ~/Downloads) crashed with a rawPermissionError/IsADirectoryErrortraceback because it tried to open the directory itself as a file. It now writescontextrot-report.htmlinside the given directory.- HTML-write failures (bad path, missing parent, no permission) now print a plain one-line error and exit 1 instead of a traceback.