diff --git a/docs/index.adoc b/docs/index.adoc index bad0c323..acd1c3f8 100644 --- a/docs/index.adoc +++ b/docs/index.adoc @@ -101,7 +101,7 @@ $ java Main -l 512 --pattern 2 The fields representing your parameters can be of any type. Basic types (`Integer`, `Boolean`, `Enum`, etc...) are supported by default and you can write type converters to support any other type (custom types, etc...). -In fact, JCommander provides a rather comprehensive set of built-in conversions for commonly used special types, just to name the most notable ones (list is incomplete): `char[]`, `File`, `Path`, `URI`, `URL`, `InetAddress`, `Date` (ISO 8601), ByteOrder, Charset. +In fact, JCommander provides a rather comprehensive set of built-in conversions for commonly used special types, just to name the most notable ones (list is incomplete): `char[]`, `File`, `Path`, `URI`, `URL`, `InetAddress`, `Date` (ISO 8601), `ByteOrder`, `Charset`. === Boolean diff --git a/docs/index.html b/docs/index.html index 1050e7e8..9294353c 100644 --- a/docs/index.html +++ b/docs/index.html @@ -889,7 +889,7 @@
The fields representing your parameters can be of any type. Basic types (Integer
, Boolean
, Enum
, etc…) are supported by default and you can write type converters to support any other type (custom types, etc…).
In fact, JCommander provides a rather comprehensive set of built-in conversions for commonly used special types, just to name the most notable ones (list is incomplete): char[]
, File
, Path
, URI
, URL
, InetAddress
, Date
(ISO 8601), ByteOrder, Charset.
In fact, JCommander provides a rather comprehensive set of built-in conversions for commonly used special types, just to name the most notable ones (list is incomplete): char[]
, File
, Path
, URI
, URL
, InetAddress
, Date
(ISO 8601), ByteOrder
, Charset
.