Skip to content

aimenux/CommandLineToolsDemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

.NET

CommandLineToolsDemo

Using various command line tools frameworks

In this demo, i m using various frameworks in order to parse command line arguments and run commands :

In order to run commands, type :

  • [App.exe] upper -i [input]
  • [App.exe] lower -i [input]
  • [App.exe] --version
  • [App.exe] --help

Tools : vs22, net 6.0