Skip to content

Commit

Permalink
fix: increase page size for value selection, don't hide SKIP and EXIT…
Browse files Browse the repository at this point in the history
… buttons
  • Loading branch information
jamacku committed Nov 15, 2024
1 parent f6cbade commit cf04134
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ const runProgram = async () => {
},
],
default: 3,
pageSize: 9,
loop: false,
});

Expand Down Expand Up @@ -209,6 +210,7 @@ const runProgram = async () => {
},
],
default: 'Normal',
pageSize: 8,
loop: false,
});

Expand Down

0 comments on commit cf04134

Please sign in to comment.