v.pref: support `-obf` in addition to `-obfuscate`, as described in `v help build`
parent
5aaeac79fa
commit
17062dc5c8
|
@ -257,7 +257,7 @@ pub fn parse_args(args []string) (&Preferences, string) {
|
||||||
'-stats' {
|
'-stats' {
|
||||||
res.is_stats = true
|
res.is_stats = true
|
||||||
}
|
}
|
||||||
'-obfuscate' {
|
'-obf', '-obfuscate' {
|
||||||
res.obfuscate = true
|
res.obfuscate = true
|
||||||
}
|
}
|
||||||
'-translated' {
|
'-translated' {
|
||||||
|
|
Loading…
Reference in New Issue