diff options
Diffstat (limited to 'third_party/python/Click/examples/bashcompletion/README')
-rw-r--r-- | third_party/python/Click/examples/bashcompletion/README | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/third_party/python/Click/examples/bashcompletion/README b/third_party/python/Click/examples/bashcompletion/README new file mode 100644 index 0000000000..f8a0d51ef9 --- /dev/null +++ b/third_party/python/Click/examples/bashcompletion/README @@ -0,0 +1,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 |