summaryrefslogtreecommitdiff
path: root/examples/bashcompletion/README
blob: f8a0d51ef91d91e597a230849b7cf8a8de9de36a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$ 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