mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
make necessary consts public
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
module compiler
|
||||
|
||||
const (
|
||||
pub const (
|
||||
help_text = 'Usage: v [options/commands] [file.v | directory]
|
||||
|
||||
When V is run without any arguments, it is run in REPL mode.
|
||||
|
Reference in New Issue
Block a user