Comment on [help] How to decide what to do with command line parameters?

liquid_buffalo@lemmy.world ⁨1⁩ ⁨year⁩ ago

Python has a builtin argparse module. You should use that. It does all of the heavy lifting and logic for you.

source
Sort:hotnewtop