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' {
|
||||
res.is_stats = true
|
||||
}
|
||||
'-obfuscate' {
|
||||
'-obf', '-obfuscate' {
|
||||
res.obfuscate = true
|
||||
}
|
||||
'-translated' {
|
||||
|
|
Loading…
Reference in New Issue