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

Completions aren't coupled to _known_host function #11

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

Completion of the following commands isn't installed:
traceroute traceroute6 tracepath tracepath6 ping ping6 fping fping6 telnet
host nslookup rsh rlogin ftp dig ssh-installkeys mtr

Original issue reported on code.google.com by fvu...@gmail.com on 6 Jun 2008 at 8:43

GoogleCodeExporter commented 8 years ago
Completions are available.  See directory ./completions/complete/.  The file 
`host'
contains the `_known_host' function.  Completions are defined as files:
host.traceroute, host.traceroute6, host.tracepath, etc.

Original comment by fvu...@gmail.com on 7 Jun 2008 at 8:17