Skip to content

Commit

Permalink
Remove paginated option from example (#801)
Browse files Browse the repository at this point in the history
  • Loading branch information
jedmao authored and SBoudrias committed May 16, 2019
1 parent c64cf89 commit 91a4d59
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/inquirer/examples/long-list.js
Expand Up @@ -20,14 +20,12 @@ inquirer
type: 'list',
name: 'letter',
message: "What's your favorite letter?",
paginated: true,
choices: choices
},
{
type: 'checkbox',
name: 'name',
message: 'Select the letter contained in your name:',
paginated: true,
choices: choices
}
])
Expand Down

0 comments on commit 91a4d59

Please sign in to comment.