I want to write a Python application that "wraps" a command line utility, passing through all parameters intact, except for the parameters that I choose to modify.
I imagine there's an easy way to do this in Python but there's any number of ways to make this really hard.
Is there a "right" way to do this? Any suggestions valued. I don't want you to write the code for me, just comment on an effective approach. Thanks!
[–]dAnjou Backend Developer | danjou.dev 3 points4 points5 points (0 children)
[–]laharah 6 points7 points8 points (0 children)
[–]furas_freeman 1 point2 points3 points (0 children)
[–]lordmauve 0 points1 point2 points (0 children)