Improve CLI help to a production-grade renderer#14
Merged
LandynDev merged 1 commit intoentrius:testfrom Apr 8, 2026
Merged
Conversation
Collaborator
|
This is good and consistent changes to align with our other CLI offerings. Once conflicts are resolved, we can get this merged. Looks good, thanks @it-education-md |
03ea662 to
619f3ce
Compare
LandynDev
approved these changes
Apr 8, 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
Align
AllwaysCLI help with a richer, production-grade presentation so command discovery is easier and examples are more readable.What Changed
rich-clickto nativeclickplus the new shared renderer.alw view swaps --statusto accept only supported status values.rich-clickdependency.Why It Matters
This makes
--helpoutput more consistent, easier to scan, and closer to a production-grade CLI experience, without changing the underlying swap flows.The Gittensor CLI help is much more polished and feels production-ready. It’s great to see it aligning with the UI/UX of other Ventura Labs products.
entrius/gittensor#341
Screenshots
Before:
After:
...