We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0421fd5 commit 01a4078Copy full SHA for 01a4078
1 file changed
ownlang-desktop/src/main/java/com/annimon/ownlang/Main.java
@@ -97,6 +97,10 @@ public static void main(String[] args) throws IOException {
97
return;
98
99
case "run":
100
+ if (options.programPath != null) {
101
+ // discard "run" if some programs already specified
102
+ break;
103
+ }
104
final String scriptName;
105
if (i + 1 < args.length) {
106
scriptName = args[i + 1];
0 commit comments