rename Arguments to Options, implement Arguments
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
package com.infendro.cli.exception.run
|
||||
|
||||
import com.infendro.cli.exception.CliException
|
||||
|
||||
class UnknownCommandException(
|
||||
val command: String,
|
||||
) : CliException() {
|
||||
|
||||
Reference in New Issue
Block a user