Skip to content

feat: add management commands from MODULES and SUBMODULES to help #11

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

mikicz
Copy link

@mikicz mikicz commented Sep 30, 2024

Linked Issues

Fixes #10

Description

Prints help for commands in modules / submodules.

Checklist

  • I have read and followed the project's Code of Conduct and Contributing Guide.
  • I have checked that similar PRs have not been created before.
  • I have performed a self-review of my code.
  • I have added tests covering my fix or feature implementation.
  • I have made corresponding changes to the documentation.
  • New and existing unit tests pass locally with my changes.
  • Any dependent changes have been merged and published in downstream modules.

@mikicz mikicz force-pushed the feature/custom-commands-help branch from fe6e55d to da92bb1 Compare September 30, 2024 17:15
@mikicz mikicz changed the title Add management commands from MODULES and SUBMODULES to help feat: add management commands from MODULES and SUBMODULES to help Sep 30, 2024
@mikicz mikicz marked this pull request as ready for review October 1, 2024 09:42
@mikicz mikicz requested a review from paduszyk as a code owner October 1, 2024 09:42
Copy link

codecov bot commented Oct 2, 2024

Codecov Report

Attention: Patch coverage is 81.57895% with 7 lines in your changes missing coverage. Please review.

Project coverage is 96.74%. Comparing base (9bf5ce4) to head (af982da).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
src/management_commands/core.py 78.78% 5 Missing and 2 partials ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##              main      #11      +/-   ##
===========================================
- Coverage   100.00%   96.74%   -3.26%     
===========================================
  Files            5        5              
  Lines          178      215      +37     
  Branches        32       44      +12     
===========================================
+ Hits           178      208      +30     
- Misses           0        5       +5     
- Partials         0        2       +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Show commands from MANAGEMENT_COMMANDS_MODULES in help
1 participant