mirror of https://gitee.com/bigwinds/arangodb
avocirb
This commit is contained in:
parent
f97a72b967
commit
81848e7d63
|
@ -343,7 +343,7 @@ static void RunShell (mrb_state* mrb) {
|
||||||
console->open(! NoAutoComplete);
|
console->open(! NoAutoComplete);
|
||||||
|
|
||||||
while (true) {
|
while (true) {
|
||||||
char* input = console->prompt("avocmrb> ");
|
char* input = console->prompt("avocirb> ");
|
||||||
|
|
||||||
if (input == 0) {
|
if (input == 0) {
|
||||||
printf("\nBye Bye! Auf Wiedersehen! さようなら\n");
|
printf("\nBye Bye! Auf Wiedersehen! さようなら\n");
|
||||||
|
|
Loading…
Reference in New Issue