Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

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

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages