Skip to content

Promote cmd/clioptions to top-level clioptions/#381

Open
lilydoar wants to merge 1 commit into
mainfrom
lilydoar/stack/13
Open

Promote cmd/clioptions to top-level clioptions/#381
lilydoar wants to merge 1 commit into
mainfrom
lilydoar/stack/13

Conversation

@lilydoar
Copy link
Copy Markdown
Contributor

@lilydoar lilydoar commented May 29, 2026

Stacked PRs:


Promote cmd/clioptions to top-level clioptions/

clioptions is the most-imported package in the repo (used across both the
root module and the workers/go module), but it lived under cmd/, which by
convention is reserved for main packages (binary entry points). Move it to
a top-level clioptions/ and rewrite the import path accordingly.

Testing: go build ./... and go vet ./... pass for both the root and
workers/go modules.

@lilydoar lilydoar requested review from a team as code owners May 29, 2026 21:12
clioptions is the most-imported package in the repo (used across both the
root module and the workers/go module), but it lived under cmd/, which by
convention is reserved for main packages (binary entry points). Move it to
a top-level clioptions/ and rewrite the import path accordingly.

Testing: `go build ./...` and `go vet ./...` pass for both the root and
workers/go modules.

stack-info: PR: #381, branch: lilydoar/stack/13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant