prevent global variables from overwriting

Co-authored-by: Shohei YOSHIDA <syohex@gmail.com>
This commit is contained in:
Johannes Bittner 2023-09-17 12:44:31 +02:00 committed by GitHub
parent bc8cdc6b79
commit fb7078044b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,8 @@
_chatblade() {
local -a args
local context state state_descr line
typeset -A opt_args
args+=(
'(- *)'{-h,--help}'[show this help message and exit]'