We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 791fda1 commit fee56b1Copy full SHA for fee56b1
cmd/v/v.v
@@ -28,7 +28,7 @@ fn main() {
28
if args.len == 0 || args[0] in ['-', 'repl'] {
29
// Running `./v` without args launches repl
30
if args.len == 0 && is_atty(0) != 0 {
31
- println('For usage information, quit V REPL and run `v help`')
+ println('Welcome to the V REPL (for help with V itself, type `exit`, then run `v help`).')
32
}
33
util.launch_tool(false, 'vrepl', os.args[1..])
34
return
0 commit comments