Skip to content

Commit

Permalink
feat(cli): stream existing orders by default (#730)
Browse files Browse the repository at this point in the history
  • Loading branch information
ImmanuelSegol authored and sangaman committed Dec 25, 2018
1 parent 85dea6d commit a40b330
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cli/commands/subscribeorders.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export const builder = {
existing: {
description: 'should return existing orders',
type: 'boolean',
default: false,
default: true,
},
};

Expand Down

0 comments on commit a40b330

Please sign in to comment.