Skip to content

Commit 5e0368b

Browse files
committed
fix: docs for records commands
1 parent a7e7348 commit 5e0368b

File tree

3 files changed

+46
-5
lines changed

3 files changed

+46
-5
lines changed

docs/commands/rhoas_kafka_topic.md

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/commands/rhoas_kafka_topic_consume.md

Lines changed: 40 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/cmd/kafka/topic/consume/consume.go

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ import (
1515
)
1616

1717
type options struct {
18-
topicName string
19-
kafkaID string
20-
partition int32
21-
timestamp string
22-
limit int32
18+
topicName string
19+
kafkaID string
20+
partition int32
21+
timestamp string
22+
limit int32
2323
outputFormat string
2424

2525
f *factory.Factory

0 commit comments

Comments
 (0)