Ask user if the app is a console app during conversion #1900
Labels
enhancement
New features, or improvements to existing features.
good first issue
Is this your first time contributing? This could be a good place to start!
What is the problem or limitation you are having?
Before I really understood the "console app" settings, I was a bit confused when my app wouldn't run following conversion. I finally realized that console apps require the
console_app = true
key to controlstdout
properly. After adding that setting, my app started working.Describe the solution you'd like
During the conversion process, ask the user if the existing app is a console app and configure
pyproject.toml
appropriately.Describe alternatives you've considered
Manually add the console app settings.
Additional context
No response
The text was updated successfully, but these errors were encountered: