python-click/examples/bashcompletion/README

13 lines
306 B
Plaintext
Raw Normal View History

2018-09-06 20:55:10 +02:00
$ 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