Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions src/commands/discover.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,10 @@ export function registerDiscoverCommand(program: Command) {
"All are payable in sats with the fetch command.",
)
.option("-q, --query <text>", "Search query")
.option(
"-p, --protocol <protocol>",
"Filter by protocol (L402, x402, MPP)",
)
.option("-p, --protocol <protocol>", "Filter by protocol (L402, x402, MPP)")
.option(
"--health <status>",
"Filter by health (healthy, degraded, down, unknown)",
"healthy",
)
.option(
"-s, --sort <field>",
Expand Down
Loading