Skip to content

Commit fca4abe

Browse files
ryoppippiben-vargas
andcommitted
fix!: order is now asc instead of desc
Co-Authored-By: ben-vargas <ben-vargas@users.noreply.github.com>
1 parent 0671467 commit fca4abe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/shared-args.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ export const sharedArgs = {
6161
type: "enum",
6262
short: "o",
6363
description: "Sort order: desc (newest first) or asc (oldest first)",
64-
default: "desc" as const satisfies SortOrder,
64+
default: "asc" as const satisfies SortOrder,
6565
choices: SortOrders,
6666
},
6767
} as const satisfies Args;

0 commit comments

Comments
 (0)