diff --git a/apps/cli/src/util/pagination-options.ts b/apps/cli/src/util/pagination-options.ts index 5c920191..d7f50440 100644 --- a/apps/cli/src/util/pagination-options.ts +++ b/apps/cli/src/util/pagination-options.ts @@ -15,7 +15,8 @@ export const PAGINATION_OPTION: CommandOption[] = [ short: '-o', long: '--order ', 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',