We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4561bdd commit 9c68b03Copy full SHA for 9c68b03
src/commands/new-here.kt
@@ -15,8 +15,6 @@ import java.io.File
15
class NewHere : Runnable {
16
override fun run() {
17
try {
18
- readLine()!!
19
-
20
print("insert cli version: ")
21
val cliVersion = readLine()!!
22
0 commit comments