зеркало из https://github.com/mozilla/gecko-dev.git
13 строки
306 B
Plaintext
13 строки
306 B
Plaintext
$ bashcompletion
|
|
|
|
bashcompletion is a simple example of an application that
|
|
tries to autocomplete commands, arguments and options.
|
|
|
|
This example requires Click 2.0 or higher.
|
|
|
|
Usage:
|
|
|
|
$ pip install --editable .
|
|
$ eval "$(_BASHCOMPLETION_COMPLETE=source bashcompletion)"
|
|
$ bashcompletion --help
|