prevent global variables from overwriting
Co-authored-by: Shohei YOSHIDA <syohex@gmail.com>
This commit is contained in:
parent
bc8cdc6b79
commit
fb7078044b
|
|
@ -15,6 +15,8 @@
|
||||||
|
|
||||||
_chatblade() {
|
_chatblade() {
|
||||||
local -a args
|
local -a args
|
||||||
|
local context state state_descr line
|
||||||
|
typeset -A opt_args
|
||||||
|
|
||||||
args+=(
|
args+=(
|
||||||
'(- *)'{-h,--help}'[show this help message and exit]'
|
'(- *)'{-h,--help}'[show this help message and exit]'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue