Open
Description
Checklist
- I have searched the issue tracker for open issues that relate to the same feature, before opening a new one.
- This issue only relates to a single feature. I will open new issues for any other features.
Is your feature request related to a problem?
The command go run . will not see FyneApp.toml and error out that appID is missing.
Is it possible to construct a solution with the existing API?
It should be able to modify fyne build, to create a new feature, fyne run that will work similar to go run . but it will recognize FyneApp.toml, without building a copy of the app in the project directory
Describe the solution you'd like to see.
Create a fyne run cli command which would act like go run . but will be able to see FyneApp.toml and not error out about missing appID if in main.go you have app.New instead of app.NewWithID()
Activity