1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

vcomplete: add -no-parallel to flag completions (#14735)

This commit is contained in:
Larpon 2022-06-10 10:57:12 +02:00 committed by GitHub
parent f4869bcdc6
commit 690a8422d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -154,6 +154,7 @@ const (
'-autofree',
'-compress',
'-freestanding',
'-no-parallel',
'-no-preludes',
'-prof',
'-profile',