diff --git a/cli.carp b/cli.carp index 9b7e15b..6ddda45 100644 --- a/cli.carp +++ b/cli.carp @@ -103,7 +103,7 @@ optional arguments.") ) (doc Option "is the option type. To construct an `Option`, please use -[`int`](#int), [`float`](#float), or [`str](#str).") +[`int`](#int), [`float`](#float), or [`str`](#str).") (deftype Option [ type- Tag long String @@ -115,7 +115,7 @@ optional arguments.") ]) (doc Parser "is the parser type. To construct a `Parser`, please use -[`new](#new).") +[`new`](#new).") (deftype Parser [ description String options (Array Option) diff --git a/docs/CLI.html b/docs/CLI.html index 8313e26..9f83749 100644 --- a/docs/CLI.html +++ b/docs/CLI.html @@ -82,7 +82,7 @@ optional arguments.
is the option type. To construct an Option
, please use
-int
, float
, or `str.
int
, float
, or str
.
@@ -103,7 +103,7 @@ optional arguments.
is the parser type. To construct a Parser
, please use
-`new.
new
.