barestan / TypewriterCli

Typewriter NetCore version with command line interface and single file processing.
24 stars 10 forks source link

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

Open polkduran opened 6 months ago

polkduran commented 6 months ago

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