An open API service indexing awesome lists of open source software.

https://github.com/aimenux/commandlinetoolsdemo

Using various command line tools frameworks
https://github.com/aimenux/commandlinetoolsdemo

cli-tools command-line-tools mc-master-commandline net80 spectre-console system-commandline

Last synced: 4 months ago
JSON representation

Using various command line tools frameworks

Awesome Lists containing this project

README

        

[![.NET](https://github.com/aimenux/CommandLineToolsDemo/actions/workflows/ci.yml/badge.svg)](https://github.com/aimenux/CommandLineToolsDemo/actions/workflows/ci.yml)

# 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 :
>
> - [System.CommandLine](https://github.com/dotnet/command-line-api)
> - [CommandLineUtils](https://github.com/natemcmaster/CommandLineUtils)
> - [Spectre.Console.Cli](https://spectreconsole.net/cli)
> - [Cocona](https://github.com/mayuki/Cocona)
>
> 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