The old deprecated custom CLI command interface that was exposed as an API (this one https://github.com/fyne-io/fyne/blob/master/cmd/fyne/commands/command.go) has been removed from cmd/fyne tool here. We should introduce a new, more sensible, API for use in https://github.com/fyne-io/apps.
The old deprecated custom CLI command interface that was exposed as an API (this one https://github.com/fyne-io/fyne/blob/master/cmd/fyne/commands/command.go) has been removed from
cmd/fynetool here. We should introduce a new, more sensible, API for use in https://github.com/fyne-io/apps.