We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b5466bd + 046c1d7 commit 888aec7Copy full SHA for 888aec7
1 file changed
docs/options.rst
@@ -149,7 +149,7 @@ Example:
149
150
.. click:example::
151
152
- import os
+ import sys
153
154
@click.command()
155
@click.option('--shout/--no-shout', default=False)
@@ -171,7 +171,7 @@ manually inform Click that something is a flag:
171
172
173
174
175
176
177
@click.option('--shout', is_flag=True)
@@ -214,7 +214,7 @@ the default.
214
215
216
217
218
219
220
@click.option('--upper', 'transformation', flag_value='upper',
0 commit comments