kotlinx-cli icon indicating copy to clipboard operation
kotlinx-cli copied to clipboard

Option to add program description to the help text.

Open dmitry-ryadnenko-izettle opened this issue 1 year ago • 1 comments

It would be nice to be able to add a more detailed program description to the help text. Like this.

Name: example
Description: runs example
Usage: example options_list
Arguments: 
    input -> Input file { String }
    output -> Output file name (optional) { String }