TypewriterCli
TypewriterCli copied to clipboard
Use the real Main entry point and not the one for local tests.
Testing the integration with a Rider (Mac OS) project (asp.net 6) I realize that the main branch was using a "test" Main method. This PR fixes the issue using the correct Main method (uses the input parameters).