rename Arguments to Options, implement Arguments

This commit is contained in:
2025-12-31 18:42:22 +01:00
parent 5d363e0f43
commit 74a9324660
36 changed files with 506 additions and 332 deletions

View File

@@ -1,7 +1,5 @@
package com.infendro.cli.exception.run
import com.infendro.cli.exception.CliException
class UnknownCommandException(
val command: String,
) : CliException() {