File: _proxychains4

package info (click to toggle)
proxychains-ng 4.17-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 456 kB
  • sloc: ansic: 3,651; sh: 376; makefile: 80
file content (8 lines) | stat: -rw-r--r-- 272 bytes parent folder | download
1
2
3
4
5
6
7
8
#compdef proxychains4

_arguments \
  '(- : *)--help[More help in README file]' \
  '-q[makes proxychains quiet - this overrides the config setting]' \
  '-f[allows one to manually specify a configfile to use]: :_files' \
  '(-)1: :{_command_names -e}' \
  '*:: :_normal'