Skip to content

Commit

Permalink
fix: put back multiple flag descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
amphro committed Aug 12, 2020
1 parent c713fd0 commit 4c340a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/command.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ IF YOU WANT TO CHANGE THIS CONTENT, CONTACT [email protected] FOR DETAILS.
<dt>{{#if char}}<codeph otherprops="nolang">-{{char}}</codeph> | {{/if}}<codeph otherprops="nolang">--{{name}}</codeph>{{#if hasValue}} <parmname>{{toUpperCase name}}</parmname>{{/if}}</dt>
{{#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>
{{/if}}<dd>{{#if optional}}Optional{{else}}Required{{/if}}</dd>
<dd><p>{{description}}</p></dd>{{#if kind}}
<dd>{{#each description}}<p>{{[]}}</p>{{/each}}</dd>{{#if kind}}
<dd>Type: {{kind}}</dd>{{/if}}{{#if options}}
<dd>Permissible values are: {{join options}}</dd>{{/if}}{{#if default}}
<dd>Default value: {{default}}</dd>{{/if}}
Expand Down

0 comments on commit 4c340a8

Please sign in to comment.