[codex] rename moq token binary#2082
Conversation
There was a problem hiding this comment.
Sorry @kixelated, you have reached your weekly rate limit of 500000 diff characters.
Please try again later or upgrade to continue using Sourcery
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (17)
WalkthroughThis PR renames the CLI binary produced by the Changes
Sequence Diagram(s)Not applicable for this documentation/rename-focused change beyond the deployment flow shown in the hidden artifact. Related PRs: None identified. Suggested labels: documentation, build, nix, chore Suggested reviewers: moq-dev maintainers familiar with Nix packaging and CLI tooling Poem 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches✨ Simplify code
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary
moq-token-clicrate binary asmoq-tokenvia an explicit Cargo[[bin]].moq-token.moq-tokenwhile crate/package install names remainmoq-token-cliwhere appropriate.Public API changes
moq-token-clitomoq-token.Validation
cargo check -p moq-token-clicargo run --quiet --bin moq-token -- --helpgit diff --checknix eval .#packages.$(nix eval --raw --impure --expr builtins.currentSystem).moq-token.meta.mainProgramnix eval .#packages.$(nix eval --raw --impure --expr builtins.currentSystem).moq-token-cli.meta.mainProgram(Written by GPT-5)