You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The former produces no output and the latter works as intended. Previously, both worked as expected. The first would output CSV data to stdout and the second would write CSV data to a file.
I think this might be due to a recent change in runner.go (line 61) but haven't done enough testing to confirm.
The text was updated successfully, but these errors were encountered:
For example:
asnmap -a AS20001 -c -silent
asnmap -a AS20001 -c
vs
asnmap -a AS20001 -c -silent -o myoutput.txt
The former produces no output and the latter works as intended. Previously, both worked as expected. The first would output CSV data to stdout and the second would write CSV data to a file.
I think this might be due to a recent change in runner.go (line 61) but haven't done enough testing to confirm.
The text was updated successfully, but these errors were encountered: