facf0c92e0
Red Bear OS is a full fork. All sources must be available from git clone with zero network access. Removed gitignore rules that excluded fetched source trees under recipes/*/source/, local/recipes/kde/*/source/, local/recipes/qt/*/source/, and vendor source trees. Build artifacts (target/, build/, source.tar, *.o, *.so) remain excluded. 127291 files added — kernel, relibc, base, bootloader, pkgar, all KDE/Qt frameworks, mesa, wayland, DRM drivers, and every other recipe source.
26 lines
1.1 KiB
Plaintext
26 lines
1.1 KiB
Plaintext
#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]:newsrc file:_files' \
|
|
'(-C\-)-C[use colors]' \
|
|
"(-C)-C\-[don't use colors]" \
|
|
'-d[get new text descriptions of each group from server]' \
|
|
'-i[specify initialization file to use]:config file:_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]' \
|
|
'-w[wait for a key before switching to full screen mode]' \
|
|
'--create[create a newsrc file by getting list of groups from server]' \
|
|
'--debug[write debugging output to specified file]:debug file:_files' \
|
|
'(-)--help[show help information]' \
|
|
'--inews[use an external inews program to post articles]' \
|
|
'--kill-log[keep a log of articles killed by the scorefile]:log file:_files' \
|
|
'--nntp[use builtin NNTP support]' \
|
|
'--pull[spool outgoing articles locally]' \
|
|
'--spool[read directly from spool]' \
|