feat: Add pixi --list to view all the commands (pixi-extensions + built-in commands)#4307
Merged
nichmor merged 14 commits intoprefix-dev:mainfrom Aug 15, 2025
Merged
Conversation
a57d5ca to
96925f2
Compare
| stdout_excludes="$(pixi workspace name get)" | ||
| ) No newline at end of file | ||
| stdout_excludes="$(pixi workspace name get)", | ||
| ) |
Contributor
There was a problem hiding this comment.
Did you actually adapt the file?
Contributor
Author
There was a problem hiding this comment.
no changes were required in the file for this PR
Hofer-Julian
previously requested changes
Aug 13, 2025
Available Extensions section under pixi or pixi --helppixi --list to view all the commands (pixi-extensions + built-in commands)
a208387 to
4f991a1
Compare
nichmor
approved these changes
Aug 14, 2025
Contributor
nichmor
left a comment
There was a problem hiding this comment.
tested and works as expected!
tdejager
pushed a commit
to tdejager/pixi
that referenced
this pull request
Aug 15, 2025
…uilt-in commands) (prefix-dev#4307) Co-authored-by: nichmor <nmorkotilo@gmail.com>
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.

tries to close #3958
for more context - mrswastik-robot#2 , #4029
Earlier, the plan was to have an
Available Extensionssection to list the external commands, when the user runs -pixi,pixi --help,pixi -handpixi helplike this:But later, due to some conflicts with Clap's built-in
helpbehaviour, as discussed with @Hofer-Julian, we switched to the approach ofpixi --listjust like how Cargo handles it.