Previous: , Up: Controlling bashdb   [Contents][Index]


4.14.15 Command Completion (‘complete’)

The complete args command lists all the possible completions for the beginning of a command. We can also show completions for set, show and info subcommands. Use args to specify the beginning of the command you want completed. For example:

complete d

results in:

d
debug
delete
disable
display
deleteall
down

And

complete set a

results in:

set args
set annotate

This is intended for use by front-ends such as GNU Emacs and DDD.