Tutorial: Implementing CLI Subcommands with D programming language

Biju Augustian bijuaugustian2267 at gmail.com
Tue Aug 27 09:32:08 UTC 2019


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


More information about the Digitalmars-d mailing list