Linux Commands Examples

A great documentation place for Linux commands

dh_bash-completion

install bash completions for package


see also : bash

Synopsis

dh_bash-completion [debhelper options]


add an example, a script, a trick and tips

: email address (won't be displayed)
: name

Step 2

Thanks for this example ! - It will be moderated and published shortly.

Feel free to post other examples
Oops ! There is a tiny cockup. A damn 404 cockup. Please contact the loosy team who maintains and develops this wonderful site by clicking in the mighty feedback button on the side of the page. Say what happened. Thanks!

examples


no example yet ...

... Feel free to add your own example above to help other Linux-lovers !

description

dh_bash-completion is a debhelper program that is responsible for installing completions for bash, usable installing the "bash-completion" package.

If a file named debian/package.bash-completion exists, then different actions are performed, depending on its format.

It can be a proper completion snippet, and in that case it would be installed in the completion directory, and no other actions would be performed.

It can also be a list of files, with an optionally specified name to call the completion snippet after. The file format is as follows:

  my/path/to/foo-completion       # this would be installed as "foo-completion"
  my/path/to/bar-completion  baz  # this would be installed as "baz"

see also

debhelper

This program is a part of bash -completion.

bash


author

David Paleino <d.paleino[:at:]gmail[:dot:]com>

How can this site be more helpful to YOU ?


give  feedback