Would be nice to support all available conversion options as command-line flags in the CLI app. i.e. `JavaToCSharpCli --include-comments=false --convert-system-out-to-console=true ...` Consider using [System.CommandLine](https://learn.microsoft.com/en-us/dotnet/standard/commandline/) for this.
Would be nice to support all available conversion options as command-line flags in the CLI app.
i.e.
JavaToCSharpCli --include-comments=false --convert-system-out-to-console=true ...Consider using System.CommandLine for this.