docs(cli): refresh stale root --help string#21
Merged
Conversation
The root command's Long help still claimed the binary "implements only version and completion" and pointed at the roadmap for future phases — stale since v0.1 shipped the dataset/ingest/cluster commands. PR #18 refreshed the README and the three other user-facing --help strings but missed this one (it scoped to cluster info / dataset / dataset push). Describe the shipped command set instead. Docs/strings only; no behavior change. Closes #19 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Contributor
|
👋 Heads-up — Code review queue is at 12 / 8 Above the WIP limit. The team convention is to review existing PRs before opening new work. Open PRs currently in Code review (oldest first):
Pull from review before opening new work. (This is a nudge from the kanban WIP check, not a block.) |
aptracebloc
approved these changes
Jun 3, 2026
This was referenced Jun 3, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Closes #19.
The root command's
Longhelp (shown ontracebloc --help) still claimed the binary "implements onlyversionandcompletion" and pointed at the roadmap for "subsequent phases" — stale since v0.1 shippeddataset/ingest/cluster. PR #18 refreshed the README and the three other user-facing--helpstrings (cluster info,dataset,dataset push) but missed this one. Now describes the shipped command set.Docs/strings only — no behavior change.
Diff
Verification
go build,go vet ./...,go test ./...(all 5 pkgs), andgofmt -s -lall clean. No test pinned the old string. Renderedtracebloc --helpconfirmed to list the shipped commands.🤖 Generated with Claude Code
Note
Low Risk
Documentation-only change to a help string; no runtime or CLI behavior is modified.
Overview
Updates the root command
Longtext shown ontracebloc --helpso it no longer says the binary only shipsversionandcompletion.It now documents the v0.1 surface:
dataset push,ingest validate,cluster info, plusversionandcompletion, with the same roadmap link reframed as what’s planned next rather than “subsequent phases.”Reviewed by Cursor Bugbot for commit 30a0404. Bugbot is set up for automated code reviews on this repo. Configure here.