##// END OF EJS Templates
Merge pull request #8675 from jnothman/force_interact_comment...
Thomas Kluyver -
r21557:c1047b2f merge
parent child Browse files
Show More
@@ -156,7 +156,10 frontend_flags['quick']=(
156
156
157 frontend_flags['i'] = (
157 frontend_flags['i'] = (
158 {'TerminalIPythonApp' : {'force_interact' : True}},
158 {'TerminalIPythonApp' : {'force_interact' : True}},
159 """If running code from the command line, become interactive afterwards."""
159 """If running code from the command line, become interactive afterwards.
160 It is often useful to follow this with `--` to treat remaining flags as
161 script arguments.
162 """
160 )
163 )
161 flags.update(frontend_flags)
164 flags.update(frontend_flags)
162
165
General Comments 0
You need to be logged in to leave comments. Login now