Doc: CLI: mention --spy
only works in REPL mode. (#1097)
This commit is contained in:
parent
35de998871
commit
d81b71f242
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user