We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3448ca9 + ad19ff9 commit fc1ea8fCopy full SHA for fc1ea8f
docs/index.rst
@@ -204,7 +204,7 @@ Or you can do optional arguments::
204
205
@manager.command
206
def hello(name="Fred")
207
- print hello, name
+ print "hello", name
208
209
These can be called like so::
210
@@ -301,7 +301,7 @@ Suppose you have this command::
301
uppercase = app.config.get('USE_UPPERCASE', False)
302
if uppercase:
303
name = name.upper()
304
305
306
You can now run the following::
307
0 commit comments