How can Python Module commandline arguments be defined and used?
I see in README.md...
NOTE: ./python_example.py claims that it has additional parameters -f and -q. However, these parameters have no effect. They are listed just for a demonstration of the optparse.OptionParser class that can be used in python Nemea modules for unified help output.
... but looking at the source, there is no mention of the additional parameters.
Are additional parameters possible?