muffin: The most basic command in the Muffin package.
Usage:
muffin run <appname>
muffin run /path/to/<appname>.mpa
muffin delete <appname>
muffin run <appname>
This command runs any installed MPA app that was made using muffin-make, which adds apps to a system library of MPA apps. When it is run, the system opens a WebView window via Python. It also checks to see if the system applications menu has the app, and if not, it will add the app for ease of later execution.
muffin run /path/to/<appname>.mpa
This command does the same thing as the one above, but it runs a direct file instead of a file in the Muffin library. This is easier to use if an MPA file was downloaded, and not built on the system.
muffin delete <appname>
This command deletes all files associated with the app put into the command, including the icon, application menu listing, and the MPA file if it is from the library folder.