TypewriterCli icon indicating copy to clipboard operation
TypewriterCli copied to clipboard

Use the real Main entry point and not the one for local tests.

Open polkduran opened this issue 1 year ago • 0 comments

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).

polkduran avatar Mar 11 '24 15:03 polkduran