I created a CLI tool using dotnet core framwork and I want to run it form the console as:
$ candyapp --arg1 some-value
I run it now by going to the location where the dll file is by uing:
$ dotnet candyapp.dll candyapp --arg1
Can anyone help me install my application and use it on my mac?