Skip to content

Implement isprovided method to parameters#44

Merged
AbUndMax merged 4 commits intomainfrom
implement-isprovided-method-to-parameters
Dec 7, 2024
Merged

Implement isprovided method to parameters#44
AbUndMax merged 4 commits intomainfrom
implement-isprovided-method-to-parameters

Conversation

@AbUndMax
Copy link
Copy Markdown
Owner

@AbUndMax AbUndMax commented Dec 7, 2024

No description provided.

Introduce an `isProvided` flag to track if parameters are supplied with values. Updated `ArgsParser` to set this flag when parameters are parsed, allowing finer control over parameter handling and validation.
Introduce an `isProvided` method to track if parameters are supplied with values in args. Updated `ArgsParser` to set this flag when parameters are parsed, allowing finer control over parameter handling and validation.
…arameters' into implement-isprovided-method-to-parameters
@AbUndMax AbUndMax merged commit f8cfb05 into main Dec 7, 2024
@AbUndMax AbUndMax deleted the implement-isprovided-method-to-parameters branch December 7, 2024 11:42
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.

Add "isProvided" method to Parameters to check for example optional parameter availability

1 participant