Open
Description
When using cargo run bin=something --
, the cargo bash completion script still tries to complete cargo commands, and does not use normal file completion. Instead it should restore normal bash completion behaviour after the --
, so you can complete file names as arguments to the something
program.