Language
Compiler
Options
Raw runtime options
--config=demo.conf
--integer=42
--text=hello
--flag=ON
--odd-int=11
--even-int=12
--v_int=1
--v_int=1
--v_int=2
--v_int=2
--v_int=3
--v_int=3
--v_int=4
--h_int=1
--h_int=1
--h_int=2
--h_int=2
--h_int=3
--h_int=3
--h_int=4
--show-config
$ --config=demo.conf --integer=42 --text=hello --flag=ON --odd-int=11 --even-int=12 --v_int=1 --v_int=1 --v_int=2 --v_int=2 --v_int=3 --v_int=3 --v_int=4 --h_int=1 --h_int=1 --h_int=2 --h_int=2 --h_int=3 --h_int=3 --h_int=4 --show-config
Here you can see loaded configuration:
integer = 42
text = hello
flag = 1
odd_int = 11
even_int = 12
read_only_vector[0] = you
read_only_vector[1] = can't
read_only_vector[2] = set
read_only_vector[3] = me
v_int[0] = 1
v_int[1] = 1
v_int[2] = 2
v_int[3] = 2
v_int[4] = 3
v_int[5] = 3
v_int[6] = 4
s_int[0] = 1
s_int[1] = 2
s_int[2] = 3
s_int[3] = 4
h_int[0] = 4
h_int[1] = 3
h_int[2] = 2
h_int[3] = 1
my_color = green
Exit Code:
0