Skip to content

Add missing -silent flag definition#430

Merged
dogancanbakir merged 1 commit into
projectdiscovery:mainfrom
melvinsh:main
May 6, 2026
Merged

Add missing -silent flag definition#430
dogancanbakir merged 1 commit into
projectdiscovery:mainfrom
melvinsh:main

Conversation

@melvinsh
Copy link
Copy Markdown
Contributor

@melvinsh melvinsh commented Jan 25, 2026

The Silent option was already implemented but the flag definition was missing from the CLI parser.

if options.Silent {
gologger.DefaultLogger.SetMaxLevel(levels.LevelSilent)
}

I also silenced the banner.

Relates to #436

The Silent option was already implemented but the flag definition was missing from the CLI parser.
@melvinsh melvinsh changed the title Add missing --silent flag definition Add missing -silent flag definition Jan 25, 2026
@dogancanbakir
Copy link
Copy Markdown
Member

dogancanbakir commented May 6, 2026

@dogancanbakir
Copy link
Copy Markdown
Member

@pdneo create an issue for this PR -to track it

@dogancanbakir dogancanbakir merged commit ec86e48 into projectdiscovery:main May 6, 2026
1 check passed
@neo-by-projectdiscovery-dev
Copy link
Copy Markdown

@dogancanbakir Created issue #436 to track the addition of the missing -silent flag definition

Check it out here: #436

  • Linked: relates (PR description updated)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants