16.5 Automatic generation of programmable completion script

It is almost certain that we are running GNU Bash in an environment with support for GNU Readline completion of the command line; it is quite useful to provide programmable completion for the scripts we write. When a script has a tree hierarchy of actions it is useful to automatically generate the completion facilities for the action commands; this is what the functions documented here are for.


This document describes version 3.0.0-devel.9 of Marcos Bash Functions Library.