Skip to content

Commit

Permalink
Add no filtering option to set-template
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulAdamDavis committed Jan 21, 2025
1 parent 39af0c7 commit 05ad530
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions prompts/set-template.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ const options = [
name: 'filter_by',
message: 'Filter content by:',
choices: [
{
name: 'No filtering',
value: false
},
{
name: 'Filter by author',
value: 'filter_by_author'
Expand Down

0 comments on commit 05ad530

Please sign in to comment.