so currently if someone wants to specify that they want to use ipython or some other interpreter on the command line they have to do…
./pants repl.py --ipython target
I’m proposing that we allow
./pants repl —interpreter python|ipython
for any other langs that have alternative interpreters they could use the same flag.