Closed Powsdaws closed 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
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