mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-07-17 01:32:37 +02:00
add local vars to bash completion
This commit is contained in:
@ -9,7 +9,7 @@ bash_template = Template('''\
|
|||||||
_jc()
|
_jc()
|
||||||
{
|
{
|
||||||
local cur prev words cword jc_commands jc_parsers jc_options \\
|
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_commands=(${bash_commands})
|
||||||
jc_parsers=(${bash_parsers})
|
jc_parsers=(${bash_parsers})
|
||||||
|
Reference in New Issue
Block a user