v0.7
Provide a filter for packages that want to personalize the output to get information in their issue report. The idea is as follows:
Use the keyword report followed by the package name:
helpdev --report spyder
This will import the package 'spyder' and get the filter variable 'helpdev'. It can be a dictionary (or a file read by its own package) that informs what fields should be listed. The dictionary can include the format also - similar to the logging configuration.
The value of the --report could be any package name that could be imported. If used directly in the package a function named report_filter(package_filter) can be called, providing the package_filter.
This avoids each user write down all the configuration needed to report a bug and also avoid to get wrong information, as the system provides to the user.