]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
bash-completion: upgrade 2.13.0 -> 2.14.0
authorWang Mingyu <wangmy@fujitsu.com>
Wed, 22 May 2024 09:14:09 +0000 (17:14 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 28 May 2024 08:38:20 +0000 (09:38 +0100)
commit90b365f307dcb952e744c44e44198142266d2d70
tree14a2962a355b77725dbb3d5f40c8f732efe5c2bf
parentbe566cf0fecba34f1f792cbf060143be710970ee
bash-completion: upgrade 2.13.0 -> 2.14.0

Changelog:
=============
* _comp_{compgen,xfunc}:** use 'declare -F --' for arbitrary funcs
* _comp_{load,realcommand}:** handle option-like command name
* available_interfaces:** strip only trailing colon from entries
* bash_completion,conftest:** use 'complete -p --' for arbitrary cmds
* fio:** engines completion
* ip:** Complete link change as well as set
* ip:** Don't stop at proxy and nomaster in neigh
* scp remote_files:** do not filter generated paths with "$cur"
* scp remote_files:** localize variable 'cur'
* ssh-keygen:** handling of bundled short options
* ssh-keygen:** make work with custom IFS
* ssh-keygen:** suggest -O arg completions depending on mode
* use -- to pass arbitrary cmdnames to '_comp_load'
* use 'pathcmd=$(type -P -- "$1")' for arbitrary cmds

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-support/bash-completion/bash-completion_2.14.0.bb [moved from meta/recipes-support/bash-completion/bash-completion_2.13.0.bb with 92% similarity]