Skip to content
/ cl-app Public

An example of .NET command line application

Notifications You must be signed in to change notification settings

wurdum/cl-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Command Line Application example

This is an example of how an application can be built using System.CommandLine libraries.

The application has in-built support of --help and --version options. Also, the following command line arguments can be applied:

./ClApp
./ClApp sub1
./ClApp sub1 --opt1 42
./ClApp sub1 --opt1 42 --opt2 "text input"

About

An example of .NET command line application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages