Open rickhg12hs opened 6 years ago
... Ah, OK. Looks like I need to do my own argparse
before calling TrapCtx.init
with the remaining commandline args.
... Although....
What is your recommended method to include Python module commandline arguments? TrapCtx
has it's own argument parsing and help. How should more parameters be integrated?
How can Python Module commandline arguments be defined and used?
I see in
README.md
...... but looking at the source, there is no mention of the additional parameters.
Are additional parameters possible?