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

v: add shell auto-completion with source <(v complete setup bash) (#6886)

This commit is contained in:
Larpon
2020-11-20 15:17:31 +01:00
committed by GitHub
parent 93d460f8fc
commit 82b16cbf45
2 changed files with 303 additions and 0 deletions

View File

@@ -15,6 +15,7 @@ const (
'self', 'tracev', 'symlink', 'bin2v',
'test', 'test-fmt', 'test-compiler', 'test-fixed', 'test-cleancode',
'repl',
'complete',
'build-tools', 'build-examples',
'build-vbinaries',
'setup-freetype', 'doc', 'doctor'