minus-squareliquid_buffalo@lemmy.worldtoProgramming@programming.dev•[SOLVED] How to decide what to do with command line parameters?linkfedilinkarrow-up9·1 year agoPython has a builtin argparse module. You should use that. It does all of the heavy lifting and logic for you. linkfedilink
Python has a builtin argparse module. You should use that. It does all of the heavy lifting and logic for you.