digitalmars.D - Tutorial: Implementing CLI Subcommands with D programming language
- aberba (7/7) Aug 22 2019 I came across this tutorial;
- Biju Augustian (2/9) Aug 27 2019 Very good effort.Keep on moving
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
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