summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorPeter Kelley <peter@knewton.com>2016-08-19 20:45:05 -0400
committerPeter Kelley <peter@knewton.com>2017-03-28 22:59:12 -0400
commit6131e96559e3a29aeb91129ac2a155af435a9433 (patch)
tree410e0028144154a05783c7e844d84d64a4879fec /.gitignore
parentc3da86160ff25617d60947ed81c4c520fb495145 (diff)
downloadclick-6131e96559e3a29aeb91129ac2a155af435a9433.tar.gz
Issue #535: Bash completion for click.Choice()
Added support for bash completion of type=click.Choice Options and Arguments. Added comprehensive tests for bash completion. There are many scenarios present for arguments.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index d140f6f..2035180 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,4 @@ click.egg-info
.tox
.cache
.ropeproject
+.idea