Draft: feat: add a list of available entry-points in the CLI help
Adds a list of entry-points in the ConfigCommand
help.
Add a list of entry-points in the ResourceOption
help.
Merge request reports
Activity
assigned to @ydayer
When adding the list of entry points to the help, those will be listed twice in the config generated by
--dump-config
, as the help message is written in the config file.I could remove the list in dump-config so only the help one is listed (I would format that list correctly to stay consistent).
Or I can generate the list differently if we are in a "dump-config" (maybe detectable with the click context).
Please register or sign in to reply