1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-07-15 01:24:29 +02:00

add local vars to bash completion

This commit is contained in:
Kelly Brazil
2022-06-08 08:51:23 -07:00
parent f62e6168fd
commit 7bc03dcf06

View File

@ -9,7 +9,7 @@ bash_template = Template('''\
_jc()
{
local cur prev words cword jc_commands jc_parsers jc_options \\
jc_about_options jc_special_options
jc_about_options jc_about_mod_options jc_help_options jc_special_options
jc_commands=(${bash_commands})
jc_parsers=(${bash_parsers})