If I say use the following command:
Information["EntityFramework`*"]
It prints all the matching function from the required context but there is a option to collapse it. Similarly querying multiple contexts.
Information["*`*Entity*"]
produces result that is grouped by the contexts they are from with a option to collapse each separately.
Is there an option I can give to Information that will allow all the grouped contexts to appear collapse on initial execution so they don't clutter the screen?



