Skip to content

Commit

Permalink
added PromptTest (MemoryPrompt needs to be fixed XD)
Browse files Browse the repository at this point in the history
  • Loading branch information
DinoMarlir committed Jun 1, 2024
1 parent cc207b1 commit c003592
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions common/src/test/kotlin/PromptTest.kt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
import com.github.ajalt.mordant.terminal.Terminal
import me.blueamethyst.bluecloud.common.terminal.prompts.IntPrompt

fun main() {
val prompt = IntPrompt("Test", Terminal())

val ask = prompt.ask()

println(ask)
}

0 comments on commit c003592

Please sign in to comment.