-
-
Notifications
You must be signed in to change notification settings - Fork 221
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
Add an API to reset/unset options and expose it at CLI level #1623
Labels
Milestone
Comments
mwestphal
added
type:enhancement
New feature or request
source:libf3d
help wanted
Please help with this issue!
source:F3DApplication
labels
Sep 15, 2024
Is this issue still open? If yes I would like to work on it. |
done partially in #1640 |
@Yogesh9000 wanna finish this one ? |
No feedback from @Yogesh9000 , unassigning |
i am taking this issue |
Sorry, this issue is becoming not needed in the context of #1530 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
With the addition of optional options, some options are now unset by default.
It would be nice to be able to unset an option that have been set.
Not only at libf3d API level but also at CLI level in order to override a config file option with CLI.
Describe the solution you'd like
options::unset
specific to optional optionsoptions::reset
that either unset or reset to default"default"
as a special string and in that case calloptions::reset
instead of setAsString, also detect"N/A"
as a special string and calloptions::unset
instead of setAsString.The text was updated successfully, but these errors were encountered: