repl
pants repl [args]
Open a REPL with the specified code loadable.
Backend: pants.core
Config section: [repl]
pants repl [args]
Open a REPL with the specified code loadable.
Backend: pants.core
Config section: [repl]
args--repl-args="[<shell_str>, <shell_str>, ...]", ... -- [<shell_str> [<shell_str> [...]]]PANTS_REPL_ARGS[repl]
args = [
<shell_str>,
<shell_str>,
...,
]
[]Arguments to pass directly to the repl program, e.g. --repl-args='-i helloworld/main.py'.
Currently supported only for the ipython shell.
restartable--[no-]repl-restartablePANTS_REPL_RESTARTABLE[repl]
restartable = <bool>
FalseTrue if the REPL should be restarted if its inputs have changed.
shell--repl-shell=<str>PANTS_REPL_SHELL[repl]
shell = <str>
NoneOverride the automatically-detected REPL program for the target(s) specified.
None
None