feat: Add -vvv option to scan cmd (#617)

This commit is contained in:
Kota Kanbe
2018-03-14 12:18:03 +09:00
committed by GitHub
parent 50b105c4af
commit 9afbf1255f
3 changed files with 10 additions and 0 deletions

View File

@@ -156,6 +156,7 @@ type Config struct {
AzureContainer string
Pipe bool
Vvv bool
Diff bool
}