Skip to content

Commit

Permalink
Added choice field
Browse files Browse the repository at this point in the history
  • Loading branch information
Nil2000 committed Sep 21, 2024
1 parent bace7ff commit 5d0e27f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/cli/src/util/pagination-options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ export const PAGINATION_OPTION: CommandOption[] = [
short: '-o',
long: '--order <string>',
description:
'Order to sort by - either ascending (ASC) or descending (DESC).'
'Order to sort by - either ascending (ASC) or descending (DESC).',
choices: ['ASC', 'DESC']
},
{
short: '--sort',
Expand Down

0 comments on commit 5d0e27f

Please sign in to comment.