Merged
Conversation
Member
Author
49ae39d to
b07e3fb
Compare
52ecc1f to
9c148ab
Compare
b07e3fb to
a2d6fd5
Compare
9c148ab to
45db84b
Compare
24d7cac to
bb8c75a
Compare
45db84b to
e569935
Compare
92f8ff4 to
cb238c4
Compare
e569935 to
b82700f
Compare
b82700f to
24b2f36
Compare
cb238c4 to
b412f6e
Compare
24b2f36 to
e042d94
Compare
e042d94 to
3e7a55b
Compare
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR adds "lib" to the list of builtin CLI commands to ensure consistency between the available commands and the internal command handling logic.
- Adds "lib" to the BUILTIN_COMMANDS array
- Adds "lib" command parsing logic in the argument parser
- Updates snapshot test to reflect a minor documentation text change
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| packages/cli/binding/src/lib.rs | Adds "lib" to builtin commands list and command parsing logic |
| packages/global/snap-tests/cli-helper-message/snap.txt | Updates snapshot test with minor grammar fix in doc command description |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
This was referenced Sep 22, 2025
branchseer
approved these changes
Sep 22, 2025
Member
Author
This was referenced Sep 22, 2025
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.

It can still run without adding this logic