From 9741bfaf11450691058515bd3818d835f16f0b9b Mon Sep 17 00:00:00 2001 From: AJ Alt Date: Sun, 2 Dec 2018 08:59:09 -0800 Subject: [PATCH] Regenerate dokka --- .../-non-interactive-clikt-console/index.html | 2 +- .../-non-interactive-clikt-console/prompt-for-line.html | 2 +- docs/api/clikt/index-outline.html | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/api/clikt/com.github.ajalt.clikt.output/-non-interactive-clikt-console/index.html b/docs/api/clikt/com.github.ajalt.clikt.output/-non-interactive-clikt-console/index.html index 04cf60735..e70e8b537 100644 --- a/docs/api/clikt/com.github.ajalt.clikt.output/-non-interactive-clikt-console/index.html +++ b/docs/api/clikt/com.github.ajalt.clikt.output/-non-interactive-clikt-console/index.html @@ -52,7 +52,7 @@

Functions

promptForLine

-fun promptForLine(prompt: String, hideInput: Boolean): String? +fun promptForLine(prompt: String, hideInput: Boolean): String

Show the prompt to the user, and return a line of their response.

diff --git a/docs/api/clikt/com.github.ajalt.clikt.output/-non-interactive-clikt-console/prompt-for-line.html b/docs/api/clikt/com.github.ajalt.clikt.output/-non-interactive-clikt-console/prompt-for-line.html index 8604a272d..943416bfa 100644 --- a/docs/api/clikt/com.github.ajalt.clikt.output/-non-interactive-clikt-console/prompt-for-line.html +++ b/docs/api/clikt/com.github.ajalt.clikt.output/-non-interactive-clikt-console/prompt-for-line.html @@ -9,7 +9,7 @@

promptForLine

-fun promptForLine(prompt: String, hideInput: Boolean): String? +fun promptForLine(prompt: String, hideInput: Boolean): String

Overrides CliktConsole.promptForLine

Show the prompt to the user, and return a line of their response.

This function will block until a line of input has been read.

diff --git a/docs/api/clikt/index-outline.html b/docs/api/clikt/index-outline.html index 62bf19758..6104e523a 100644 --- a/docs/api/clikt/index-outline.html +++ b/docs/api/clikt/index-outline.html @@ -455,7 +455,7 @@ NonInteractiveCliktConsole()
val lineSeparator: String
fun print(text: String, error: Boolean): Unit
-fun promptForLine(prompt: String, hideInput: Boolean): String?
+fun promptForLine(prompt: String, hideInput: Boolean): String
@@ -1146,7 +1146,7 @@ NonInteractiveCliktConsole()
val lineSeparator: String
fun print(text: String, error: Boolean): Unit
-fun promptForLine(prompt: String, hideInput: Boolean): String?
+fun promptForLine(prompt: String, hideInput: Boolean): String