1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

tools: make the v REPL help screen look nicer (#10833)

This commit is contained in:
William Gooch
2021-07-17 04:23:29 -04:00
committed by GitHub
parent 355f46f475
commit 51dd8304bb
3 changed files with 17 additions and 6 deletions

View File

@ -115,7 +115,7 @@ fn repl_help() {
fn run_repl(workdir string, vrepl_prefix string) {
if !is_stdin_a_pipe {
println(util.full_v_version(false))
println('Use Ctrl-C or `exit` to exit, or `help` to see other available commands')
println('Use Ctrl-C or ${util.pretty_print('exit')} to exit, or ${util.pretty_print('help')} to see other available commands')
}
if vstartup != '' {