summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorPanagiotis Ktistakis <panktist@gmail.com>2017-06-13 13:31:24 +0300
committerPanagiotis Ktistakis <panktist@gmail.com>2017-06-13 13:31:24 +0300
commiteb4598f6c84e6ce0525c6eddf215ad4afeea9af7 (patch)
tree04ff4b50b2baea6efcdcd01d47965064ed6b9d03 /examples
parent4383f608ef80168cd3f344b814caec548834c57a (diff)
downloadclick-eb4598f6c84e6ce0525c6eddf215ad4afeea9af7.tar.gz
Update colors example
Diffstat (limited to 'examples')
-rw-r--r--examples/colors/colors.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/examples/colors/colors.py b/examples/colors/colors.py
index 1e365bd..193b927 100644
--- a/examples/colors/colors.py
+++ b/examples/colors/colors.py
@@ -2,7 +2,9 @@ import click
all_colors = 'black', 'red', 'green', 'yellow', 'blue', 'magenta', \
- 'cyan', 'white'
+ 'cyan', 'white', 'bright_black', 'bright_red', \
+ 'bright_green', 'bright_yellow', 'bright_blue', \
+ 'bright_magenta', 'bright_cyan', 'bright_white'
@click.command()