Doc: CLI: mention --spy only works in REPL mode. (#1097)

This commit is contained in:
Jakukyo Friel 2016-09-22 20:20:26 +08:00 committed by Berker Peksag
parent 35de998871
commit d81b71f242

View File

@ -35,7 +35,7 @@ Command Line Options
.. cmdoption:: --spy
Print equivalent Python code before executing. For example::
Print equivalent Python code before executing in REPL. For example::
=> (defn salutationsnm [name] (print (+ "Hy " name "!")))
def salutationsnm(name):
@ -45,6 +45,7 @@ Command Line Options
Hy YourName!
=>
`--spy` only works on REPL mode.
.. versionadded:: 0.9.11
.. cmdoption:: --show-tracebacks