Program

constructor(name: String, version: String? = null, title: String? = null, description: String? = null, properties: Set<Property<*>> = emptySet())
constructor(name: String, version: String? = null, title: String? = null, description: String? = null, properties: Set<Property<*>> = emptySet(), commands: Set<Command>)
constructor(version: String? = null, command: Command, formatter: Formatter = DefaultFormatter(), systemSetting: Boolean = false, defaultCommand: List<String> = emptyList())