Skip to content
Snippets Groups Projects

Draft: feat: add a list of available entry-points in the CLI help

Open Yannick DAYER requested to merge entry-points-list into main

Adds a list of entry-points in the ConfigCommand help.

Add a list of entry-points in the ResourceOption help.

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • assigned to @ydayer

  • Yannick DAYER marked this merge request as draft

    marked this merge request as draft

  • Author Maintainer

    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).

  • Yannick DAYER added 2 commits

    added 2 commits

    • 543e1f32 - tests: fix the tests reference dump_config files.
    • 31a932bf - fix: format correctly the help str dedent content.

    Compare with previous version

Please register or sign in to reply
Loading