Arguments

constructor(programName: String = "program", description: String = "", version: String? = null)

Parameters

programName

the program name shown in usage and help.

description

a one-line description shown at the top of --help.

version

when set, --version is recognized.