Index: library/lib/doc-assets/command.html.tmpl =================================================================== diff -u -r6458c13882afd52e8719ee0e0e054b42e9aee696 -r5f765b6d8713f416a443cc2367c3a47903cc2f83 --- library/lib/doc-assets/command.html.tmpl (.../command.html.tmpl) (revision 6458c13882afd52e8719ee0e0e054b42e9aee696) +++ library/lib/doc-assets/command.html.tmpl (.../command.html.tmpl) (revision 5f765b6d8713f416a443cc2367c3a47903cc2f83) @@ -4,7 +4,7 @@
- [:text] + [:as_text]
@@ -41,7 +41,7 @@ [$sub parameters]
- [$sub text] + [$sub as_text] [:? {[$sub eval {info exists :@param}]} {
Subcommand parameters:
@@ -50,7 +50,7 @@ [$param name] [:? {[$param eval {info exists :spec}] && [$param spec] ne ""} {<[$param spec]>}] - [$param text] + [$param as_text] }]
@@ -60,7 +60,7 @@
Returns:
-
[[$sub @return] text]
+
[[$sub @return] as_text]
}]
@@ -80,7 +80,7 @@ [$param name] <[:? {[$param eval {info exists :spec}]} {[$param spec]}]> - [$param text] + [$param as_text] }] @@ -91,7 +91,7 @@
Returns:
-
[${:@return} text]
+
[${:@return} as_text]
}] }]