##// END OF EJS Templates
Complete the docstring for the force_interactive flag
Wieland Hoffmann -
Show More
@@ -273,7 +273,8 b' class TerminalIPythonApp(BaseIPythonApplication, InteractiveShellApp):'
273 # unless the --i flag (App.force_interact) is true.
273 # unless the --i flag (App.force_interact) is true.
274 force_interact = Bool(False, config=True,
274 force_interact = Bool(False, config=True,
275 help="""If a command or file is given via the command-line,
275 help="""If a command or file is given via the command-line,
276 e.g. 'ipython foo.py"""
276 e.g. 'ipython foo.py', start an interactive shell after executing the
277 file or command."""
277 )
278 )
278 def _force_interact_changed(self, name, old, new):
279 def _force_interact_changed(self, name, old, new):
279 if new:
280 if new:
General Comments 0
You need to be logged in to leave comments. Login now