Update _ufw to add 'prepend' command
This commit is contained in:
parent
b512d57b6d
commit
725c65cc4c
1
src/_ufw
1
src/_ufw
|
@ -105,6 +105,7 @@ _ufw() {
|
||||||
"status:show firewall status"
|
"status:show firewall status"
|
||||||
"show:show firewall report"
|
"show:show firewall report"
|
||||||
"version:display version information"
|
"version:display version information"
|
||||||
|
"prepend:add rule before all of the same type"
|
||||||
)
|
)
|
||||||
|
|
||||||
_arguments -C -s -S -n \
|
_arguments -C -s -S -n \
|
||||||
|
|
Loading…
Reference in New Issue