Mekanik
- 1 Devlogs
- 3 Total hours
Cli tool to check for errors and fix them made using C#
Cli tool to check for errors and fix them made using C#
My own Cli tool hell yeah
So for the long time I wanted to make my own cli tool and I want to make it something that I can actually use. First feutures I added are to inspect the project directory and stuff bcs I always mis-match paths and that breaks pretty much everything. Right now ıt can’t fix any errors but can see them (as seen in the screenshot) and even that help alot (the error logs are hidden rn but ıt points to exactly whats wrong inside the respective sections.) I mostly used C# for this project and this project was a good reason to try it out. I’m mostly taking notes from current tools rn but I will add my own touch to it with time.