Skip to content

Commit c86b6df

Browse files
authored
Merge pull request #29 from xtexChooser/cli-space
Add a space after prompt (#16)
2 parents ba4e064 + 2871ef8 commit c86b6df

File tree

1 file changed

+1
-1
lines changed
  • src/main/kotlin/top/mcfpp/commandline

1 file changed

+1
-1
lines changed

src/main/kotlin/top/mcfpp/commandline/Main.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ fun main(){
4747
//等待输入
4848
while(true){
4949
if(compiler.leftBraces == 0){
50-
print(">")
50+
print("> ")
5151
}
5252
when(val line = readln()){
5353
"help" -> printHelp()

0 commit comments

Comments
 (0)