Skip to content

Commit f616511

Browse files
authored
Update valid types for --integer option in README
Expanded the list of valid types for the --integer option in the README.
1 parent 5a7a98d commit f616511

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,9 @@ Options:
9797
System.TimeOnly instead of System.DateTime
9898
-i, --integer=TYPE map xs:integer and derived types to TYPE instead
9999
of automatic approximation
100-
TYPE can be i[nt], l[ong], or d[ecimal]
100+
TYPE can be sb[yte], sh[ort], i[nt], l[ong], ni[
101+
nt], b[yte], us[hort], ui[nt], ul[ong], nui[nt],
102+
or d[ecimal]
101103
--fb, --fallback, --use-integer-type-as-fallback
102104
use integer type specified via -i only if no type
103105
can be deduced

0 commit comments

Comments
 (0)