madsmith / bash-completion-lib

Automatically exported from code.google.com/p/bash-completion-lib
GNU General Public License v2.0
0 stars 0 forks source link

Add support for option -F configfile to scp #36

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. scp -F configfile <TAB>

What is the expected output?
Bash completion should only complete with known_hosts from the configfile.

What do you see instead?
Bash completions shows hosts from ~/.ssh/config.

Please use labels and text to provide additional information.
See ssh completion for the -F support

Original issue reported on code.google.com by fvu...@gmail.com on 12 Oct 2008 at 10:26

GoogleCodeExporter commented 8 years ago
Fixed in r69.  To run automated tests:

    $ ./runCompletionLib scp.exp --debug

Original comment by fvu...@gmail.com on 12 Oct 2008 at 11:40