-
-
Notifications
You must be signed in to change notification settings - Fork 484
Description
What is the problem or limitation you are having?
Right now on https://docs.beeware.org/en/latest/tutorial the tutorial is only for GUI applications, theres no CLI app tutorial, and I was unable to find anything relevant when searching.
Describe the solution you'd like
IDK how much can it take, but it will be nice to have a CLI tutorial because CLI applications are quite common between devs, rn im creating an automation app and Im having trouble seeing how to deploy across platforms, I saw your project and saw it had support for every platform and support for every Desktop platform on CLI apps, but not being able to see how to do it makes this a bumpy ride.
Describe alternatives you've considered
Trying to understand how GUI apps are made and then recreating it with CLI apps, but there are some huge differences on how you create GUI apps and structure the projects against CLI apps, so its not easy.
Additional context
No response