This repository was archived by the owner on Mar 10, 2020. It is now read-only.

Description
Today, I was trying to handle configurable extensions commands availability. That is, I want to be able to add commands to my manager based on the available extensions configured with my application.
The thing is, I only know which commands are to be loaded after my Flask instance was created. If it was possible to have the Flask instance created before processing commands, I could load the "dynamic" commands, per extension, with easy.