mirror of
https://github.com/Anvilcraft/modpacktools
synced 2024-12-28 21:43:38 +01:00
add >>> to shell
This commit is contained in:
parent
a212e03e59
commit
4cca46365f
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ object Shell : ICommand {
|
||||||
println("enter \'exit\' to exit the shell\n")
|
println("enter \'exit\' to exit the shell\n")
|
||||||
|
|
||||||
while(true) {
|
while(true) {
|
||||||
|
print(">>>")
|
||||||
val arg = readLine()!!.split(' ')
|
val arg = readLine()!!.split(' ')
|
||||||
if(arg.getOrNull(0) == "exit")
|
if(arg.getOrNull(0) == "exit")
|
||||||
break
|
break
|
||||||
|
|
Loading…
Reference in a new issue