Added format flag to convery output to JSON and slighly changed scanning logic

This commit is contained in:
David J. Allen 2024-05-10 13:41:08 -06:00
parent a2b841b401
commit b3ba75ea9a
No known key found for this signature in database
GPG key ID: 717C593FF60A2ACC
3 changed files with 52 additions and 26 deletions

View file

@ -15,6 +15,7 @@ import (
var (
currentUser *user.User
accessToken string
format string
timeout int
concurrency int
ports []int