Skip to content

Fix stale root --help string (still claims only version/completion) #19

@saadqbal

Description

@saadqbal

Context

PR #18 refreshed the README and the three user-facing --help/output strings (cluster info, dataset, dataset push), but missed one: the root command's Long help in internal/cli/root.go. It still reads:

Today this binary implements only version and completion — see .../issues/147 for the v0.1 roadmap. Subsequent phases land subcommands incrementally.

That shows on tracebloc --help and contradicts both the README and the four subcommands actually registered a few lines below (version, ingest, cluster, dataset).

Fix

Replace the stale block with copy that describes the shipped v0.1 command set (dataset push, ingest validate, cluster info, plus version/completion). Docs/strings only — no behavior change.

Acceptance criteria

  • tracebloc --help no longer claims "only version and completion"; it names the shipped commands.
  • go build, go vet ./..., go test ./..., gofmt -s -l all clean.

Rolls up the same intent as #18 (which shipped without a ticket); filing this one for board hygiene since #18 is already merged.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions