adapt required/optional argument handling implement bounded/unbounded variable argument handling
5 lines
67 B
Kotlin
5 lines
67 B
Kotlin
package com.infendro.cli
|
|
|
|
@DslMarker
|
|
internal annotation class Dsl
|