From 567917651a0ac6f595b062e0721267a8f1585b51 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Sun, 12 Sep 1999 00:02:45 +0000 Subject: Initial revision --- Completion/User/_telnet | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 Completion/User/_telnet (limited to 'Completion/User/_telnet') diff --git a/Completion/User/_telnet b/Completion/User/_telnet new file mode 100644 index 000000000..54d9a0a2d --- /dev/null +++ b/Completion/User/_telnet @@ -0,0 +1,21 @@ +#compdef telnet + +_arguments -s \ + -{F,f,x} \ + '-8[allow 8-Bit data]' \ + '-E[disable an escape character]' \ + '-K[no automatic login]' \ + '-L[allow 8-Bit data on output]' \ + '-S+:IP type-of-service:' \ + '-X+:authentication type to disable:' \ + '-a[attempt automatic login]' \ + '-c[disable .telnetrc]' \ + '-d[debug mode]' \ + '-e+[specify escape character]:escape character:' \ + '-k+:realm:' \ + '-l+[specify user]:user:' \ + '-n+[specify tracefile]:tracefile:_files' \ + '-r[rlogin like user interface]' \ + ':host:_hosts' \ + ':port:{ _hostports $line[2] "$expl[@]" }' + -- cgit 1.4.1