Picocli is a modern framework for building powerful, user-friendly, GraalVM-enabled command line apps with ease. It supports colors, autocompletion, subcommands, and more. In 1 source file so apps can include as source & avoid adding a dependency. Written in Java, usable from Groovy, Kotlin, Scala, etc.
If one specifies "test" in .gitattributes, it will be platform dependent. So, let us specify the right line endings for everything so even if the documents are touched on a windows machine, they will be having the LF line endings. It is the release commit that messed them up. Most likely that one was done on a machine where CRLF is the natural EOL. With the modification in the .gitattributes, this should be setled now for ever.
The second commit just commits them with the right EOL again.
If one specifies "test" in .gitattributes, it will be platform dependent. So, let us specify the right line endings for everything so even if the documents are touched on a windows machine, they will be having the LF line endings. It is the release commit that messed them up. Most likely that one was done on a machine where CRLF is the natural EOL. With the modification in the .gitattributes, this should be setled now for ever. The second commit just commits them with the right EOL again.