feature: set up tab completion for positional arguments #7
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Description
It would be nice to set up tab completion for the first positional argument after
rx
, similar to how it auto completes when you typecd
to switch into a directory and press tab after entering a partial match, for example.The
rx
command in this case should offer auto-completion suggestions based on the list ofexamples
for the current Cargo project.For example if there is a single example in a project called
hello_world.rs
, when I enterhello
it should auto complete tohello_world
. If there is more than one example that starts with the entered term, it should offer all possible examples that match the query.The text was updated successfully, but these errors were encountered: