major refactor
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
package com.infendro.cli.argument
|
||||
|
||||
import com.infendro.cli.Command
|
||||
import com.infendro.cli.command.Command
|
||||
|
||||
private object BooleanParser : Parser<Boolean> {
|
||||
private object BooleanParser : Argument.Parser<Boolean> {
|
||||
override fun parse(
|
||||
text: String?,
|
||||
): Boolean {
|
||||
|
||||
Reference in New Issue
Block a user