[Info] Incorrect Usage: flag provided but not defined: -filter-name
Closed this issue · 0 comments
roma-glushko commented
Preconditions
- Any version of Tango
Steps to reproduce
- 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
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