Attention is currently required from: Thomas Heijligen, Alexander Goncharov.
Alexander Goncharov uploaded patch set #10 to this change.
util: add bash completion script
Add a bash script for the flashrom CLI that auto-completes the command
sequence. The script is generated from a template by substituting a
list of enabled programmers. It requires an extra `bash-completion`
package to work, but, fortunately, it's installed on most systems.
Build system changes:
meson:
provide option `bash_completion` to determine if the script should
be installed (depends on option `classic_cli`).
makefile:
make a list of enabled programmers (by using CONFIG_* variables)
to do substitution manually
Change-Id: Ie68bc91c3cea4de2ffdbeffd07e48edd8d5590e1
Signed-off-by: Alexander Goncharov <chat@joursoir.net>
---
M .gitignore
M Makefile
M meson.build
M meson_options.txt
A util/flashrom.bash-completion.tmpl
5 files changed, 188 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/flashrom refs/changes/47/68247/10
To view, visit change 68247. To unsubscribe, or for help writing mail filters, visit settings.