parent
ba9b7bb7d3
commit
9d7f1bd8b6
8
src/_ufw
8
src/_ufw
|
|
@ -89,14 +89,6 @@ _ufw_app() {
|
||||||
return ret
|
return ret
|
||||||
}
|
}
|
||||||
|
|
||||||
(( $+functions[_flutter_pub_token_subcommand] )) ||
|
|
||||||
_flutter_pub_token_subcommand() {
|
|
||||||
local -a subcommands=(
|
|
||||||
|
|
||||||
)
|
|
||||||
_describe -t subcommands 'subcommand' subcommands "$@"
|
|
||||||
}
|
|
||||||
|
|
||||||
_ufw() {
|
_ufw() {
|
||||||
local curcontext="$curcontext" ret=1
|
local curcontext="$curcontext" ret=1
|
||||||
local -a state line commands
|
local -a state line commands
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue