Files
cli.kt/src/commonMain/kotlin/com/infendro/cli/Dsl.kt
Infendro 4e9b358ef8 implement optional variable argument/option ranges, refactor exception handling
adapt required/optional argument handling
implement bounded/unbounded variable argument handling
2026-01-06 22:47:21 +01:00

5 lines
67 B
Kotlin

package com.infendro.cli
@DslMarker
internal annotation class Dsl