You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I like how argparse gets used here and elsewhere in your work. You might also consider exploring click, another fairly popular alternative which is used to form command-line interfaces through Python. The downside is it'd require an additional dependency. The upside is that it is sometimes more elegant to work.