diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-04-02 12:01:55 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-04-02 12:01:55 +0000 |
commit | 3178e9d202ef38664aca02b96e026f72b7396224 (patch) | |
tree | 1b43884f3cc4f6f680477c539e594e341d49a68f /Completion | |
parent | d3a055f5244b0e589d88bbd2759555ce37e87158 (diff) | |
download | zsh-3178e9d202ef38664aca02b96e026f72b7396224.tar.gz zsh-3178e9d202ef38664aca02b96e026f72b7396224.tar.xz zsh-3178e9d202ef38664aca02b96e026f72b7396224.zip |
moved from Completion/User/_slrn
Diffstat (limited to 'Completion')
-rw-r--r-- | Completion/Unix/Command/_slrn | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/Completion/Unix/Command/_slrn b/Completion/Unix/Command/_slrn new file mode 100644 index 000000000..a063e227c --- /dev/null +++ b/Completion/Unix/Command/_slrn @@ -0,0 +1,16 @@ +#compdef slrn + +_arguments \ + '-n[do not check for new groups]' \ + '-h[NNTP host]:NNTP host:_hosts' \ + '-p[NNTP port]:NNTP port:_ports' \ + '-f[name of the newsrc file to use]:the newsrc file to use:_files' \ + '-C[use colors]' \ + '-create[create a newsrc file by getting list of groups from server]' \ + '-d[get new text descriptions of each group from server]' \ + '-i[name of initialization file to use]:initialization file to use:_files' \ + '-D-[add predefined preprocessing token]' \ + '-k[do not process score file]' \ + '-k0[process score file but inhibit expensive scores]' \ + '-a[use active file for getting new news]' \ + '-m[force XTerm mouse reporting]' |