Skip to content

Commit 11b2b79

Browse files
authored
fix: remove "healthy" from the default filter (#60)
sometimes healthy services are marked as degraded, and the check is not often updated.
1 parent 42d902c commit 11b2b79

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

src/commands/discover.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,10 @@ export function registerDiscoverCommand(program: Command) {
1010
"All are payable in sats with the fetch command.",
1111
)
1212
.option("-q, --query <text>", "Search query")
13-
.option(
14-
"-p, --protocol <protocol>",
15-
"Filter by protocol (L402, x402, MPP)",
16-
)
13+
.option("-p, --protocol <protocol>", "Filter by protocol (L402, x402, MPP)")
1714
.option(
1815
"--health <status>",
1916
"Filter by health (healthy, degraded, down, unknown)",
20-
"healthy",
2117
)
2218
.option(
2319
"-s, --sort <field>",

0 commit comments

Comments
 (0)