mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
compiler: add back support for -live
This commit is contained in:
@ -123,14 +123,14 @@ fn parse_args(args []string) (&pref.Preferences, string) {
|
||||
'-cg' {
|
||||
res.is_debug = true
|
||||
}
|
||||
'-live' {
|
||||
res.is_live = true
|
||||
}
|
||||
'-repl' {
|
||||
res.is_repl = true
|
||||
}
|
||||
'-live' {
|
||||
res.is_livemain = true
|
||||
}
|
||||
'-sharedlive' {
|
||||
res.is_live = true
|
||||
res.is_liveshared = true
|
||||
res.is_shared = true
|
||||
}
|
||||
'-shared' {
|
||||
|
Reference in New Issue
Block a user