Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

output not being writen to stdout with -c -silent #302

Closed
nickpending opened this issue Mar 12, 2024 · 1 comment · Fixed by #303
Closed

output not being writen to stdout with -c -silent #302

nickpending opened this issue Mar 12, 2024 · 1 comment · Fixed by #303
Assignees
Labels
Status: Completed Nothing further to be done with this issue. Awaiting to be closed.

Comments

@nickpending
Copy link

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.

@dogancanbakir dogancanbakir self-assigned this Mar 12, 2024
@dogancanbakir
Copy link
Member

dogancanbakir commented Mar 12, 2024

You're right; the behavior has changed with #183. I'm on it.

@dogancanbakir dogancanbakir linked a pull request Mar 12, 2024 that will close this issue
@ehsandeep ehsandeep added the Status: Completed Nothing further to be done with this issue. Awaiting to be closed. label Jun 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Completed Nothing further to be done with this issue. Awaiting to be closed.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants