If you run go run main.go compile --output ../docs/baseline.md, it correctly writes to ../docs/baseline.md, but the output is:
---
Output generated to ../baseline.md
Please verify the contents before committing.
Known issues exist with links where one term is a substring of another, such as 'release' and 'release pipeline'
---
If you run
go run main.go compile --output ../docs/baseline.md
, it correctly writes to../docs/baseline.md
, but the output is: