major refactor

This commit is contained in:
2025-08-18 00:11:20 +02:00
parent fee1c346a3
commit fc416d3bbb
9 changed files with 84 additions and 55 deletions

View File

@@ -1,5 +1,5 @@
package com.infendro.cli.exception.build
class DuplicateCommandException(
val command: String,
val command: String?,
) : Exception()