GoalsreplVersion: 2.25 (dev)On this pagerepl pants repl [args] Open a REPL with the specified code loadable. Backend: pants.core Config section: [repl] Basic optionsargs--repl-args="[<shell_str>, <shell_str>, ...]", ... -- [<shell_str> [<shell_str> [...]]]PANTS_REPL_ARGSpants.toml[repl]args = [ <shell_str>, <shell_str>, ...,]default: []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_RESTARTABLEpants.toml[repl]restartable = <bool>default: FalseTrue if the REPL should be restarted if its inputs have changed.shell--repl-shell=<str>PANTS_REPL_SHELLpants.toml[repl]shell = <str>default: NoneOverride the automatically-detected REPL program for the target(s) specified.Advanced optionsNoneDeprecated optionsNoneRelated subsystems environments-preview filter