Skip to content

Commit

Permalink
Update orders.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
bephrem1 committed Sep 18, 2024
1 parent b2faf3d commit 0d74d23
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/orders.ts
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,6 @@ export function registerOrders(program: Command) {
)
.option("--limit <number>", "Limit the number of results")
.option("--offset <number>", "Offset the results (for pagination)")

.option("--json", "Output in JSON format")
.action(async (options) => {
const orders = await getOrders({
Expand Down

0 comments on commit 0d74d23

Please sign in to comment.