File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,7 @@ Command line interface to run [JSPython](https://github.com/jspython-dev/jspytho
1212
1313### Run in terminal
1414```
15- jspython path/to/jspython/file
16- jspython --file path/to/jspython/file
15+ jspython --f path/to/jspython/file
1716 jspython --file=test.jspy
1817
1918```
@@ -26,8 +25,8 @@ jspython path/to/jspython/file param1=value param
2625```
2726In script
2827``` py
29- params( " param1" ) == " value" # true
30- params( " param" ) == false # true
28+ params. param1 == " value" # true
29+ params. param == false # true
3130```
3231
3332### Run file
@@ -46,7 +45,7 @@ jspython --file=path/to/jspython/file.jspy --entryFunction=myFunc1
4645```
4746or
4847```
49- jspython -f= path/to/jspython/file.jspy -e= myFunc1
48+ jspython -f path/to/jspython/file.jspy -e myFunc1
5049```
5150
5251
You can’t perform that action at this time.
0 commit comments