mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
cmd: rename test-vet to test-cleancode
This commit is contained in:
@@ -61,7 +61,7 @@ const (
|
||||
fn main() {
|
||||
args := os.args
|
||||
args_string := args[1..].join(' ')
|
||||
pass_args := args_string.all_before('test-vet')
|
||||
pass_args := args_string.all_before('test-cleancode')
|
||||
v_test_vetting(pass_args)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user