Hacker News new | ask | show | jobs
by nerdponx 1880 days ago
Python has a decent command line argument parser in its standard library, and there are several even-better options in the 3rd party library ecosystem, e.g. https://pypi.org/project/click/.
1 comments

Julia has ArgParse.jl for 3rd party argument parsing. It seems pretty fully featured.
Good to know, thank you.