mirror of
git://git.code.sf.net/p/zsh/code
synced 2024-11-19 13:33:52 +01:00
new completion function for slrn (12463)
This commit is contained in:
parent
81fc1bf26c
commit
3bcf15bf23
@ -1,5 +1,8 @@
|
||||
2000-08-01 Sven Wischnowsky <wischnow@zsh.org>
|
||||
|
||||
* Jan Fedak: 12463: Completion/User/_slrn: new completion function
|
||||
for slrn
|
||||
|
||||
* 12462: Completion/Base/_arguments: fix for automatically
|
||||
recognised options, don't expect an argument after each of them
|
||||
|
||||
|
16
Completion/User/_slrn
Executable file
16
Completion/User/_slrn
Executable file
@ -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]'
|
Loading…
Reference in New Issue
Block a user