roma-glushko/tango

[Info] Incorrect Usage: flag provided but not defined: -filter-name

Closed this issue · 0 comments

Preconditions

  1. Any version of Tango

Steps to reproduce

  1. Run Tango CLI:
tango custom -l access.log -r custom.csv --keep-uri-filter "/newsletter/subscriber/new/"

Expected result

Tango generates a needed report.

Actual results

2020-02-02_21-08-26

There is an error during execution.

How to Fix

Global filters should be specified before the report type. So the command from the steps to reproduce should look like this:

tango --keep-uri-filter "/newsletter/subscriber/new/" custom -l access.log -r custom.csv