Skip to content

Commit 4c340a8

Browse files
committed
fix: put back multiple flag descriptions
1 parent c713fd0 commit 4c340a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/command.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ IF YOU WANT TO CHANGE THIS CONTENT, CONTACT [email protected] FOR DETAILS.
8181
<dt>{{#if char}}<codeph otherprops="nolang">-{{char}}</codeph> | {{/if}}<codeph otherprops="nolang">--{{name}}</codeph>{{#if hasValue}} <parmname>{{toUpperCase name}}</parmname>{{/if}}</dt>
8282
{{#if deprecated}}<dd>The parameter <codeph otherprops="nolang">--{{name}}</codeph> has been deprecated and will be removed in v{{nextVersion deprecated.version}}.0 or later. Use <codeph otherprops="nolang">{{deprecated.to}}</codeph> instead.</dd>
8383
{{/if}}<dd>{{#if optional}}Optional{{else}}Required{{/if}}</dd>
84-
<dd><p>{{description}}</p></dd>{{#if kind}}
84+
<dd>{{#each description}}<p>{{[]}}</p>{{/each}}</dd>{{#if kind}}
8585
<dd>Type: {{kind}}</dd>{{/if}}{{#if options}}
8686
<dd>Permissible values are: {{join options}}</dd>{{/if}}{{#if default}}
8787
<dd>Default value: {{default}}</dd>{{/if}}

0 commit comments

Comments
 (0)