Skip to content

Commit 05ad530

Browse files
committed
Add no filtering option to set-template
1 parent 39af0c7 commit 05ad530

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

prompts/set-template.js

+4
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ const options = [
3838
name: 'filter_by',
3939
message: 'Filter content by:',
4040
choices: [
41+
{
42+
name: 'No filtering',
43+
value: false
44+
},
4145
{
4246
name: 'Filter by author',
4347
value: 'filter_by_author'

0 commit comments

Comments
 (0)