ifpps: Add __noreturn attribute to exiting functions
[netsniff-ng.git] / bpfc.zsh
blobae6eb398eb49a95020f1c2a6ae4cd114c3d90d8a
1 #compdef bpfc
3 # bpfc.zsh -- zsh completion function for bpfc
5 # Copyright (C) 2013 Hideo Hattori <hhatto.jp@gmail.com>
7 # This program is free software; you can redistribute it and/or modify
8 # it under the terms of the GNU General Public License version 2 as
9 # published by the Free Software Foundation.
11 typeset -A opt_args
13 _arguments -s -S \
14 "(-i --input)"{-i,--input}"[Berkeley Packet Filter file]:input:_files" \
15 "(-V --verbose)"{-V,--verbose}"[Be more verbose]" \
16 {-v,--version}"[Print version]:" \
17 {-h,--help}"[Print this help]:" \
18 "*::args:_gnu_generic"