We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It would often be helpful if the intelmqdump tool would allow to edit the dumped message and then reinject it.
intelmqdump
I propose a new command e which opens editor with the JSON-(pretty)-formatted message. The diff can then be shown using the functions also used by unittest: https://github.com/python/cpython/blob/3.7/Lib/unittest/case.py#L1134 Then one can save (in the dump file) or reinject the message.
e
editor
The text was updated successfully, but these errors were encountered:
ecf541b
No branches or pull requests
It would often be helpful if the
intelmqdump
tool would allow to edit the dumped message and then reinject it.I propose a new command
e
which openseditor
with the JSON-(pretty)-formatted message. The diff can then be shown using the functions also used by unittest: https://github.com/python/cpython/blob/3.7/Lib/unittest/case.py#L1134Then one can save (in the dump file) or reinject the message.
The text was updated successfully, but these errors were encountered: