Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 52a8caa

Browse files
deploy: 5be2847
1 parent db900b9 commit 52a8caa

File tree

3 files changed

+16
-6
lines changed

3 files changed

+16
-6
lines changed

customization/index.html

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1574,7 +1574,7 @@ <h4 id="detailed-questions-content">Detailed <code>questions</code> content<a cl
15741574
<td><code>type</code></td>
15751575
<td><code>str</code></td>
15761576
<td><code>None</code></td>
1577-
<td>The type of questions. Valid type: <code>list</code>, <code>input</code> and etc. <a href="https://github.com/tmbo/questionary#different-question-types">See More</a></td>
1577+
<td>The type of questions. Valid types: <code>list</code>, <code>select</code>, <code>input</code> and etc. The <code>select</code> type provides an interactive searchable list interface. <a href="https://github.com/tmbo/questionary#different-question-types">See More</a></td>
15781578
</tr>
15791579
<tr>
15801580
<td><code>name</code></td>
@@ -1592,7 +1592,7 @@ <h4 id="detailed-questions-content">Detailed <code>questions</code> content<a cl
15921592
<td><code>choices</code></td>
15931593
<td><code>list</code></td>
15941594
<td><code>None</code></td>
1595-
<td>(OPTIONAL) The choices when <code>type = list</code>. Either use a list of values or a list of dictionaries with <code>name</code> and <code>value</code> keys. Keyboard shortcuts can be defined via <code>key</code>. See examples above.</td>
1595+
<td>(OPTIONAL) The choices when <code>type = list</code> or <code>type = select</code>. Either use a list of values or a list of dictionaries with <code>name</code> and <code>value</code> keys. Keyboard shortcuts can be defined via <code>key</code>. See examples above.</td>
15961596
</tr>
15971597
<tr>
15981598
<td><code>default</code></td>
@@ -1612,6 +1612,18 @@ <h4 id="detailed-questions-content">Detailed <code>questions</code> content<a cl
16121612
<td><code>False</code></td>
16131613
<td>(OPTIONAL) Enable multiline support when <code>type = input</code>.</td>
16141614
</tr>
1615+
<tr>
1616+
<td><code>use_search_filter</code></td>
1617+
<td><code>bool</code></td>
1618+
<td><code>False</code></td>
1619+
<td>(OPTIONAL) Enable search/filter functionality for list/select type questions. This allows users to type and filter through the choices.</td>
1620+
</tr>
1621+
<tr>
1622+
<td><code>use_jk_keys</code></td>
1623+
<td><code>bool</code></td>
1624+
<td><code>True</code></td>
1625+
<td>(OPTIONAL) Enable/disable j/k keys for navigation in list/select type questions. Set to false if you prefer arrow keys only.</td>
1626+
</tr>
16151627
</tbody>
16161628
</table>
16171629
<h4 id="shortcut-keys">Shortcut keys<a class="headerlink" href="#shortcut-keys" title="Permanent link">&para;</a></h4>
@@ -1883,11 +1895,9 @@ <h2 id="customizing-the-changelog-template">Customizing the changelog template<a
18831895
<p>Commitizen gives you the possibility to provide your own changelog template, by:</p>
18841896
<ul>
18851897
<li>providing one with your customization class</li>
1886-
<li>providing one from the current working directory and setting it:<ul>
1898+
<li>providing one from the current working directory and setting it:</li>
18871899
<li>as <a href="../config/#template">configuration</a></li>
18881900
<li>as <code>--template</code> parameter to both <code>bump</code> and <code>changelog</code> commands</li>
1889-
</ul>
1890-
</li>
18911901
<li>either by providing a template with the same name as the default template</li>
18921902
</ul>
18931903
<p>By default, the template used is the <code>CHANGELOG.md.j2</code> file from the commitizen repository.</p>

search/search_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

sitemap.xml.gz

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)