www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - Tutorial: Implementing CLI Subcommands with D programming language

reply aberba <karabutaworld gmail.com> writes:
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/
Aug 22 2019
parent Biju Augustian <bijuaugustian2267 gmail.com> writes:
On Thursday, 22 August 2019 at 16:26:19 UTC, aberba wrote:
 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/
Very good effort.Keep on moving
Aug 27 2019