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:
@ -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})
|
||||
|
Reference in New Issue
Block a user