Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 767 Bytes

README.md

File metadata and controls

22 lines (19 loc) · 767 Bytes

.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 : net 8.0