Skip to content

Commit

Permalink
馃敡 added qrUrl to list of default ev filter #3016
Browse files Browse the repository at this point in the history
  • Loading branch information
smashah committed Jan 21, 2023
1 parent 6fbd9a3 commit 7d4911a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/cli-options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ Merge<Merge<{
name: 'ef',
type: String,
//@ts-ignore
default: ["qr", "STARTUP", "MD_DETECT"],
default: ["qr", "STARTUP", "MD_DETECT", "qrUrl"],
isMultiple: true,
typeLabel: '{blueBright {underline qr,STARTUP}}',
description: "Filters which namespaces trigger the webhook set in -e/--ev."
Expand Down

0 comments on commit 7d4911a

Please sign in to comment.