implement optional variable argument/option ranges, refactor exception handling
adapt required/optional argument handling implement bounded/unbounded variable argument handling
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
package com.infendro.cli.exception.build
|
||||
|
||||
class DuplicateOption(
|
||||
val name: String,
|
||||
) : BuildException()
|
||||
Reference in New Issue
Block a user