Skip to content

examples: improve params cli tool#2745

Merged
julianoes merged 1 commit intomainfrom
pr-example-improve-params
Dec 29, 2025
Merged

examples: improve params cli tool#2745
julianoes merged 1 commit intomainfrom
pr-example-improve-params

Conversation

@julianoes
Copy link
Copy Markdown
Collaborator

Add set_and_verify action that sets a parameter and reads it back to verify the value.

Change type detection to use presence of '.' (4 -> int, 4.0 -> float) with fallback to the other type on WrongType. Add clear user feedback about detected types.

Refactor set/set_and_verify to share common helper functions.

Add set_and_verify action that sets a parameter and reads it back
to verify the value.

Change type detection to use presence of '.' (4 -> int, 4.0 -> float)
with fallback to the other type on WrongType. Add clear user feedback
about detected types.

Refactor set/set_and_verify to share common helper functions.
@sonarqubecloud
Copy link
Copy Markdown

@julianoes julianoes merged commit 5d2947b into main Dec 29, 2025
56 checks passed
@julianoes julianoes deleted the pr-example-improve-params branch December 29, 2025 18:30
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.

1 participant