Skip to content

New auto_cli parameter to return instance instead of exposing methods as subcommands#855

Merged
mauvilsa merged 2 commits intomainfrom
issue-841-auto-cli-return-instance
Mar 4, 2026
Merged

New auto_cli parameter to return instance instead of exposing methods as subcommands#855
mauvilsa merged 2 commits intomainfrom
issue-841-auto-cli-return-instance

Conversation

@mauvilsa
Copy link
Copy Markdown
Member

What does this PR do?

Fixes #841

Before submitting

  • Did you read the contributing guideline?
  • Did you update the documentation? (readme and public docstrings)
  • Did you write unit tests such that there is 100% coverage on related code? (required for bug fixes and new features)
  • Did you verify that new and existing tests pass locally?
  • Did you make sure that all changes preserve backward compatibility?
  • Did you update the CHANGELOG including a pull request link? (not for typos, docs, test updates, or minor internal changes/refactors)

@mauvilsa mauvilsa added the enhancement New feature or request label Feb 27, 2026
@codecov
Copy link
Copy Markdown

codecov bot commented Feb 27, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (8fcfd72) to head (4fdf692).
⚠️ Report is 1 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #855   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           24        24           
  Lines         7331      7331           
=========================================
  Hits          7331      7331           

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

@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud bot commented Mar 4, 2026

@mauvilsa mauvilsa merged commit 96917aa into main Mar 4, 2026
31 checks passed
@mauvilsa mauvilsa deleted the issue-841-auto-cli-return-instance branch March 4, 2026 05:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

option for auto_cli on classes to return instantiated object

1 participant