Tutorial: Implementing CLI Subcommands with D programming language
aberba
karabutaworld at gmail.com
Thu Aug 22 16:26:19 UTC 2019
I came across this tutorial;
Parsing command-line arguments is very easy using the "getopt"
module available in the standard library. In this blog, I am
sharing my experience about how I added subcommand support to my
command-line applications.
Below example shows...
https://aravindavk.in/blog/cli-subcommands-dlang/
More information about the Digitalmars-d
mailing list