about summary refs log tree commit diff
path: root/Completion/Unix/Command/_slrn
blob: a063e227c5d095f355c508a1beace64d0d77f918 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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]'