Also, do y’all call main() in the if block or do you just put the code you want to run in the if block?

  • wise_pancake@lemmy.ca
    link
    fedilink
    arrow-up
    15
    arrow-down
    1
    ·
    3 days ago

    Why would you waste a function call on something so completely redundant?

    ~For real though, arg parsing goes in the if, then gets dispatched to whatever function call is needed to run the proper script.~