Namespace globals addons
Initialize addons configured with --addon=foobar command line switch: - get the list of registered add-ons - load the addon-main.nas file of each add-on into namespace __addon[ADDON_ID]__ - call function main() from every such addon-main.nas with the add-on ghost as argument (an addons.Addon instance).