Skip to content

Commit 58a7719

Browse files
authored
Update piccolo_apps.rst
Add missing information about the --trace flag to the command line call
1 parent 8d1bcf2 commit 58a7719

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/src/piccolo/projects_and_apps/piccolo_apps.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,13 @@ And from the command line:
182182
>>> piccolo my_app say_hello bob
183183
bob
184184
185+
If the code contains an error to see more details in the output add a `--trace` flag to the command line.
186+
187+
.. code-block:: bash
188+
189+
>>> piccolo my_app say_hello bob --trace
190+
191+
185192
By convention, store the command definitions in a `commands` folder in your
186193
app.
187194

0 commit comments

Comments
 (0)