-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improving shell completions: hide certain commands #789
Comments
Oh, yes, these uuid commands are internal and should definitely not be exposed to end-users in any way! They are just meant to be used from the |
When adding the completions I also noticed these uuid commands. |
Uh, that is a bit frustrating... Not entirely sure what we should do there, we definitely don't want end-users to start to run these internal commands, but I also see the value of these completions... |
First off, thanks to @BoostCookie for adding shell completions in PR #753. (By the way I think this means #151 can be closed now?)
One very minor nitpick: if I enter
juliaup
then press TAB twice, I get this:Note the weird UUIds / hex codes -- I think these are internal "commands", an implementation details -- I wonder if there is a way to hide them from the user?
I also think that
-h
,-V
,--help
,--version
should be hidden -- that's also how shell completion forgit
andcargo
is done (which both support--help
and--version
)The text was updated successfully, but these errors were encountered: