projectdiscovery / notify

Notify is a Go-based assistance package that enables you to stream the output of several tools (or read from a file) and publish it to a variety of supported platforms.

Home Page:https://projectdiscovery.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

unable to use CliFormat to override ConfigFormat

fopina opened this issue · comments

if cliFormat != "" && cliFormat != defaultFormat {

If ConfigFormat for a given provider is testing {{data}} and, using the cli flag, I try to override with {{data}} (aka defaultFormat), it will be ignored.

Is there any reason for that condition or could it be removed?

@fopina should be fixed with #162, thanks for reporting this.

@fopina should be fixed with the latest release - https://github.com/projectdiscovery/notify/releases/tag/v1.0.3, thanks again for reporting this.