ITU-BDSA2024-GROUP15 / Chirp

Project for BDSA 2024 group 15
MIT License
0 stars 0 forks source link

As a developer I want to refactor the parsing of arguments to not be passed manually, so the system is less prone to errors. #2

Closed Powsdaws closed 2 months ago

Powsdaws commented 2 months ago

As a developer I want to refactor the parsing of CLI arguments to not be passed manually, so the system is less prone to errors.

The parsing works by using either System.CommandLine, CommandLine, docopt.net or another similar library from nuget.org

Done when merged to main