Misc fixes

dev
Ice3man543 2021-03-14 01:39:52 +05:30
parent 35bdde6be6
commit 4a96f95086
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ func ParseOptions(options *types.Options) {
// Show the user the banner
showBanner()
options.ExcludeTags = append(options.ExcludeTags, "dos")
if options.Version {
gologger.Info().Msgf("Current Version: %s\n", Version)
os.Exit(0)