Y
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
adgjlsfhk1
1880 days ago
Julia has ArgParse.jl for 3rd party argument parsing. It seems pretty fully featured.
link
nerdponx
1880 days ago
Good to know, thank you.
link