This commit is contained in:
Radon Rosborough 2021-07-17 09:41:46 -07:00
parent b222c33f15
commit 82411182bb
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ install:
eval(yopta(program));
}
repl.start({prompt: yopta> ", eval: (cmd, context, filename, callback) => callback(null, eval(yopta(cmd)))});
repl.start({prompt: "yopta> ", eval: (cmd, context, filename, callback) => callback(null, eval(yopta(cmd)))});
repl: |
yopta