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

Support parsing optionals as positionals #692

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

mauvilsa
Copy link
Member

What does this PR do?

Fixes #690

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? (not for typos, docs, test updates, or minor internal changes/refactors)

@mauvilsa mauvilsa added the enhancement New feature or request label Mar 11, 2025
Copy link

codecov bot commented Mar 11, 2025

Codecov Report

Attention: Patch coverage is 90.74074% with 5 lines in your changes missing coverage. Please review.

Project coverage is 99.92%. Comparing base (745eac8) to head (2d0a74a).

✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
jsonargparse/_common.py 88.00% 3 Missing ⚠️
jsonargparse/_core.py 85.71% 2 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##              main     #692      +/-   ##
===========================================
- Coverage   100.00%   99.92%   -0.08%     
===========================================
  Files           22       22              
  Lines         6688     6740      +52     
===========================================
+ Hits          6688     6735      +47     
- Misses           0        5       +5     

☔ 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
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

enable all arguments as positional
1 participant