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 @@
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.
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()