ITU-BDSA2024-GROUP24 / Chirp

MIT License
1 stars 0 forks source link

2.d) Refactor CLI interface - Proper parsing BBS/CSJ #8

Closed Caro-ITU closed 1 month ago

Caro-ITU commented 2 months ago

Proper parsing of arguments and options that are provided to a program is difficult and error prone. Therefore, refactor your current Program.cs so that arguments passed to the program are not manually parsed out of the args property.

You may want to choose System.CommandLine, CommandLine, docopt.net, or any other comparable library that you find on nuget.org.

FrederikBorg commented 1 month ago

Looking into doing it with Docopt