mirror of
https://github.com/Anvilcraft/modpacktools
synced 2024-12-28 06:23:40 +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")
|
||||
|
||||
while(true) {
|
||||
print(">>>")
|
||||
val arg = readLine()!!.split(' ')
|
||||
if(arg.getOrNull(0) == "exit")
|
||||
break
|
||||
|
|
Loading…
Reference in a new issue