mirror of
https://github.com/ghndrx/prowler.git
synced 2026-02-11 07:15:15 +00:00
feat(version): Include -V (#1309)
This commit is contained in:
2
prowler
2
prowler
@@ -73,7 +73,7 @@ if __name__ == "__main__":
|
||||
"-b", "--no-banner", action="store_false", help="Hide Prowler banner"
|
||||
)
|
||||
parser.add_argument(
|
||||
"-v", "--version", action="store_true", help="Show Prowler version"
|
||||
"-V", "-v", "--version", action="store_true", help="Show Prowler version"
|
||||
)
|
||||
parser.add_argument(
|
||||
"-q", "--quiet", action="store_true", help="Show only Prowler failed findings"
|
||||
|
||||
Reference in New Issue
Block a user