Add pagination to the output of the favorites list command (#954)

Co-authored-by: Max Isom <hi@maxisom.me>
This commit is contained in:
Cory J Reid 2023-07-19 21:28:02 -06:00 committed by GitHub
parent 2eb2b6d045
commit 9c6d2a7acf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 192 additions and 36 deletions

View file

@ -1,7 +1,7 @@
{
"compilerOptions": {
"lib": ["esnext"],
"target": "es2018",
"target": "es2020",
"module": "ES2020",
"moduleResolution": "node",
"strict": true,