remkop / picocli

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.

Home Page:https://picocli.info

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Contribute a change in docs

abhilashmandaliya opened this issue · comments

Hi. I would like to contribute some doc changes but I couldn't find where are they located in the docs directory. I want to contribute to examples where we have an option for Java and Kotlin. Currently, we have to select language for each example. Java is the default as I could see but if you are a Kotlin user, you have to switch for each of the examples. I want to check if that is possible to switch all tabs together and would love to contribute if possible.

Hi @abhilashmandaliya, the document you are looking for (the main picocli user manual) is this file:
https://github.com/remkop/picocli/blob/main/docs/index.adoc

Documentation about the AsciiDoc format can be found here: https://asciidoctor.org/

Hi @abhilashmandaliya, the document you are looking for (the main picocli user manual) is this file: https://github.com/remkop/picocli/blob/main/docs/index.adoc

Documentation about the AsciiDoc format can be found here: https://asciidoctor.org/

Thanks a lot, @remkop. I will look into it and see if I can do the useful.