clj-kondo

grahamcarlyle 2024-11-25T11:51:47.138219Z

Have you considered having the output of clj-kondo --help in clj-kondo github docs web pages? I know i can just invoke this myself from the command line, and there is the problem of keeping it in sync, but i think i would have found it convenient recently when reading some other part of the docs to check against 🤷

borkdude 2024-11-25T12:05:51.489719Z

Sure, PR welcome

grahamcarlyle 2024-11-25T12:44:01.603559Z

I created a simple PR from pasting the output into the usage section of the docs https://github.com/clj-kondo/clj-kondo/pull/2442

borkdude 2024-11-25T12:44:52.564979Z

Thanks! Merged

grahamcarlyle 2024-11-25T13:33:43.237499Z

Great!