summaryrefslogtreecommitdiff
path: root/python/openapi/src/com/jetbrains/python/run/PythonRunConfigurationParams.java
diff options
context:
space:
mode:
Diffstat (limited to 'python/openapi/src/com/jetbrains/python/run/PythonRunConfigurationParams.java')
-rw-r--r--python/openapi/src/com/jetbrains/python/run/PythonRunConfigurationParams.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/python/openapi/src/com/jetbrains/python/run/PythonRunConfigurationParams.java b/python/openapi/src/com/jetbrains/python/run/PythonRunConfigurationParams.java
index 80ca3ce1a4ef..adb1c31e6134 100644
--- a/python/openapi/src/com/jetbrains/python/run/PythonRunConfigurationParams.java
+++ b/python/openapi/src/com/jetbrains/python/run/PythonRunConfigurationParams.java
@@ -28,5 +28,8 @@ public interface PythonRunConfigurationParams {
String getScriptParameters();
void setScriptParameters(String scriptParameters);
+
+ boolean showCommandLineAfterwards();
+ void setShowCommandLineAfterwards(boolean showCommandLineAfterwards);
}