Skip to content
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

Fixed CLI help for the lreverse command #683

Merged
merged 3 commits into from
Jan 8, 2024
Merged

Conversation

abey79
Copy link
Owner

@abey79 abey79 commented Jan 8, 2024

Description

Fixed CLI help for the lreverse command

Checklist

  • feature/fix implemented
  • code formatting ok (black and ruff check .)
  • mypy returns no error
  • tests added/updated and pytest succeeds
  • documentation added/updated
    • command docstring and option/argument help
    • README.md updated (Feature Overview)
    • CHANGELOG.md updated
    • added new command to reference.rst
    • RTD doc updated and building with no error (make clean && make html in docs/)

Copy link

sonarqubecloud bot commented Jan 8, 2024

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

Copy link

codecov bot commented Jan 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (9ee611f) 94.71% compared to head (d744445) 94.71%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #683   +/-   ##
=======================================
  Coverage   94.71%   94.71%           
=======================================
  Files          62       62           
  Lines        5756     5756           
  Branches     1272     1272           
=======================================
  Hits         5452     5452           
  Misses        187      187           
  Partials      117      117           

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

@abey79 abey79 merged commit 7440392 into master Jan 8, 2024
14 checks passed
@abey79 abey79 deleted the fix-reverse-cmd-example-679 branch January 8, 2024 08:43
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.

Examples in lreverse'help are wrong
1 participant