Click here to Skip to main content
15,881,882 members
Articles / Programming Languages / C#

A Boilerplate Command Line Tool Application in C#

Rate me:
Please Sign up or sign in to vote.
5.00/5 (1 vote)
4 May 2020MIT11 min read 9.9K   137   10  
Start out with the basics for command line argument processing and exception handling for your console based utilities
Starter code for building a command line tool application in C#. This boilerplate code provides exception handling and command line argument parsing for applications.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The MIT License


Written By
United States United States
Just a shiny lil monster. Casts spells in C++. Mostly harmless.

Comments and Discussions