|
|
|
|
|
by rwmj
3154 days ago
|
|
The command line example is a bit odd since any POSIX environment has getopt (GNU has getopt_long too) and most languages out there have well-developed command line parsing in their standard libraries (eg. Python's excellent argparse). |
|