We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d461e6 commit f096780Copy full SHA for f096780
pkg/ads/crawl.go
@@ -62,7 +62,6 @@ var adsCrawlFlags = []cli.Flag{
62
Aliases: []string{"q"},
63
},
64
timeoutFlag,
65
- topicFlag,
66
}
67
68
func adsCrawlAction(ctx context.Context, cmd *cli.Command) error {
@@ -74,7 +73,6 @@ func adsCrawlAction(ctx context.Context, cmd *cli.Command) error {
74
73
provClient, err := adpub.NewClient(*addrInfo,
75
adpub.WithDeleteAfterRead(true),
76
adpub.WithEntriesDepthLimit(0),
77
- adpub.WithTopicName(cmd.String("topic")),
78
adpub.WithHttpTimeout(cmd.Duration("timeout")))
79
if err != nil {
80
return err
0 commit comments