@@ -11,14 +11,21 @@ Usage
11
11
12
12
::
13
13
14
- expyriment [-h] [-0] [-1] [-2] [-3] [-a] [-d] [-f] [-i] [-t] [-w]
15
- [--display INDEX] [--display-resolution WIDTHxHEIGHT]
16
- [--opengl MODE] [--window-size WIDTHxHEIGHT] [-A] [-B] [-C] [-D]
17
- [-I] [-J] [-S] [-T] [SCRIPT]
18
-
14
+ usage: cli.py [-h] [-0] [-1] [-2] [-3] [-a] [-d] [-f] [-i] [-t] [-w]
15
+ [--display INDEX] [--display-resolution WIDTHxHEIGHT]
16
+ [--opengl MODE] [--text-size SIZE] [--window-size WIDTHxHEIGHT]
17
+ [-A] [-B] [-C] [-D] [-I] [-J] [-S] [-T]
18
+ [SCRIPT]
19
+
20
+ The Expyriment command line interface provides a convenient way to run
21
+ experiment scripts and apply default settings, as well as access to a
22
+ selection of other common functionality. Note: non-capitalized letter
23
+ arguments are (chainable) options, capitalized letter arguments run single
24
+ commands
25
+
19
26
positional arguments:
20
27
SCRIPT the experiment script to be executed
21
-
28
+
22
29
options:
23
30
-h, --help show this help message and exit
24
31
-0, -g, --no-opengl DEPRECATED: no OpenGL (no vsync / no blocking)
39
46
--display-resolution WIDTHxHEIGHT
40
47
set the display resolution (only in fullscreen mode)
41
48
--opengl MODE set the OpenGL mode: 0 = No OpenGL (no vsync / no
42
- blocking), 1 = OpenGL (vsync / no blocking), 2 = OpenGL
43
- (vsync / blocking)
49
+ blocking), 1 = OpenGL (vsync / no blocking), 2 =
50
+ OpenGL (vsync / blocking)
51
+ --text-size SIZE set the default text size
44
52
--window-size WIDTHxHEIGHT
45
53
set the window size (only in window mode)
46
54
-A, --Api start the API reference tool
0 commit comments