mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
v self: force the subprocess to show colors
This commit is contained in:
@ -7,6 +7,7 @@ fn main() {
|
||||
vexe := pref.vexe_path()
|
||||
vroot := os.dir(vexe)
|
||||
os.chdir(vroot)
|
||||
os.setenv('VCOLORS', 'always', true)
|
||||
|
||||
self_idx := os.args.index('self')
|
||||
args := os.args[1..self_idx]
|
||||
|
Reference in New Issue
Block a user