adapt required/optional argument handling implement bounded/unbounded variable argument handling
6 lines
133 B
Kotlin
6 lines
133 B
Kotlin
package com.infendro.cli.exception.run
|
|
|
|
import com.infendro.cli.exception.CliException
|
|
|
|
abstract class RunException : CliException()
|