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

@@ -0,0 +1,3 @@
package com.infendro.cli.exception.run
abstract class CliException : Exception()