We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2b9613 commit efd9701Copy full SHA for efd9701
templates/command.hbs
@@ -101,7 +101,7 @@ IF YOU WANT TO CHANGE THIS CONTENT, CONTACT [email protected] FOR D
101
<dd>{{#each description}}<p>{{[]}}</p>{{/each}}</dd>{{#if kind}}
102
<dd>Type: {{kind}}</dd>{{/if}}{{#if options}}
103
<dd>Permissible values are: {{join options}}</dd>{{/if}}{{#if defaultFlagValue}}
104
- <dd>{{defaultFlagValue}}</dd>{{/if}}
+ <dd>Default value: {{defaultFlagValue}}</dd>{{/if}}
105
</dlentry>
106
{{/each}}
107
</dl>
0 commit comments