Command Line Parsing
rikki cattermole via Digitalmars-d-learn
digitalmars-d-learn at puremagic.com
Wed Apr 12 02:55:24 PDT 2017
On 12/04/2017 10:51 AM, Russel Winder via Digitalmars-d-learn wrote:
> Are Argon https://github.com/markuslaker/Argon or darg https://github.
> com/jasonwhite/darg getting traction as the default command line
> handling system for D or are they just peripheral and everyone just
> uses std.getopt https://dlang.org/phobos/std_getopt.html ?
std.getopt is a little clunky, but it is what I would prefer most of the
time.
They are basically just different ways to do the same exact thing. So
most of the time it is simply a preference thing.
More information about the Digitalmars-d-learn
mailing list