HomeDocs
DocsCommunityTestimonialsUsersGitHubTwitterBlogJobsTermsPrivacyCookies
TermsPrivacyCookies
Hey! These docs are for version 2.13, which is no longer officially supported. Click here for the latest version, 2.17!




Open a REPL with the specified code loadable.

Backend: <span style="color: purple"><code>pants.core</code></span> Config section: <span style="color: purple"><code>[repl]</code></span>

## Basic options

<div style="color: purple">

### `shell`

<code>--repl-shell=<str></code><br> <code>PANTS_REPL_SHELL</code><br>

</div> <div style="padding-left: 2em;"> <span style="color: green">default: <code>None</code></span>

<br>

Override the automatically-detected REPL program for the target(s) specified.

</div> <br>

<div style="color: purple">

### `restartable`

<code>--[no-]repl-restartable</code><br> <code>PANTS_REPL_RESTARTABLE</code><br>

</div> <div style="padding-left: 2em;"> <span style="color: green">default: <code>False</code></span>

<br>

True if the REPL should be restarted if its inputs have changed.

</div> <br>

## Advanced options

None

## Deprecated options

None

## Related subsystems

[filter](🔗)