Console Application with params and display a guide
I’m creating a small console application with .NET8
that requires some parameters to run. I want to add an help if the parameters are empty. I read a Microsoft document where apparently it is easy to do it.