improve argument/option declaration

This commit is contained in:
2026-01-06 11:12:45 +01:00
parent 86409e9f72
commit 0a8e51c7ab
11 changed files with 55 additions and 75 deletions

View File

@@ -0,0 +1,5 @@
package com.infendro.cli.exception.run
class ExecuteException(
override val message: String,
) : CliException()