Click here to Skip to main content
15,888,286 members
Articles / Programming Languages / C#

Command Line Parsing for IConfiguration

Rate me:
Please Sign up or sign in to vote.
5.00/5 (3 votes)
1 Oct 2021GPL38 min read 8.3K   5  
An IConfigurationBuilder addon for parsing command lines
J4JCommandLine is an easy to use command line parser for Net5 and above applications. It works with Microsoft's IConfiguration API so that the resulting configuration object can draw from a variety of sources in addition to the command line.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The GNU General Public License (GPLv3)


Written By
Jump for Joy Software
United States United States
Some people like to do crossword puzzles to hone their problem-solving skills. Me, I like to write software for the same reason.

A few years back I passed my 50th anniversary of programming. I believe that means it's officially more than a hobby or pastime. In fact, it may qualify as an addiction Smile | :) .

I mostly work in C# and Windows. But I also play around with Linux (mostly Debian on Raspberry Pis) and Python.

Comments and Discussions