11 lines
247 B
Plaintext
11 lines
247 B
Plaintext
|
#compdef x-plane-env
|
||
|
|
||
|
_x-plane-env() {
|
||
|
local descr ret=1
|
||
|
local -a context line state state_descr
|
||
|
local -A opt_args
|
||
|
|
||
|
_arguments : '--help:' \
|
||
|
'1:action:(X-Plane Airfoil Plane Installer SHELL prepare ortho revert navdata)'
|
||
|
}
|