Open fingolfin opened 10 months ago
It works for me, using zsh
% juliaup config # TAB
channelsymlinks -- Create a separate symlink per channel
help -- Print this message or the help of the given subcommand(s)
versionsdbupdateinterval -- The time between automatic updates of the versions database in minutes, use 0 to disable
Another thing one could improve about the tab completion: adding support for "subcommands" and arguments to commands. Right now, I always get the same completion for
juliaup
, even if there is already a command. E.g. if I havejuliaup config
in my prompt and press TAB twice, I get the same list as if I enterjuliaup
and press TAB twice, namely:I would expect to see the "subcommands", say:
Again, that's what happens with e.g.
git config
orcargo build
.