Skip to content

Commit

Permalink
what about failure
Browse files Browse the repository at this point in the history
  • Loading branch information
mwestphal committed Dec 23, 2024
1 parent 3f89c3a commit d67fe39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/user/PARSING.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Parsing options

When setting options from the [CLI Options](OPTIONS.md), the [commands](COMMANDS.md) or using the [libf3d options string API](../libf3d/OPTIONS.md#string-api), the values are parsed according to their type.
When setting options from the [CLI Options](OPTIONS.md), the [commands](COMMANDS.md) or using the [libf3d options string API](../libf3d/OPTIONS.md#string-api), the values are parsed according to their type. If parsing fails, the values is not changed.

The following types are supported:
- bool
Expand Down

0 comments on commit d67fe39

Please sign in to comment.