Description
Is this a feature request or a bug?
This is a feature request: I need an ability to load multiple temporary addons at a time.
What is the current behavior?
Now I'm developing two addons treestyletab and multipletab. The treestyletab provides some APIs for other addons, and multipletab provides some features based on these APIs. Because both addons are still in development, APIs are not stable and I have to edit both addons when I find some problems around APIs.
Web-ext now allows me to start Firefox with just a specific in-development addon as a temporary addon, however I need to load two (or more) addons in this case. Such a usage seems impossible for now.
What is the expected or desired behavior?
web-ext
should accept multiple source dirs, like:
web-ext run --source-dir=PathToAddonA,PathToAddonB,...
or
web-ext run --source-dir=PathToAddonA --source-dir=PathToAddonB ...