We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2faf3d commit 0d74d23Copy full SHA for 0d74d23
1 file changed
src/lib/orders.ts
@@ -224,7 +224,6 @@ export function registerOrders(program: Command) {
224
)
225
.option("--limit <number>", "Limit the number of results")
226
.option("--offset <number>", "Offset the results (for pagination)")
227
-
228
.option("--json", "Output in JSON format")
229
.action(async (options) => {
230
const orders = await getOrders({
0 commit comments