File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -88,6 +88,7 @@ Option Meaning
88
88
``--read-globals [<global>] ... `` Add read-only globals.
89
89
``--new-globals [<global>] ... `` Set custom globals. Removes custom globals added previously.
90
90
``--new-read-globals [<global>] ... `` Set read-only globals. Removes read-only globals added previously.
91
+ ``--not-globals [<global>] ... `` Remove custom and standard globals.
91
92
``-c | --compat `` Equivalent to ``--std max ``.
92
93
``-d | --allow-defined `` Allow defining globals implicitly by setting them.
93
94
Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ Option Type Default value
31
31
``new_globals `` Array of strings (Do not overwrite)
32
32
``read_globals `` Array of strings ``{} ``
33
33
``new_read_globals `` Array of strings (Do not overwrite)
34
+ ``not_globals `` Array of strings ``{} ``
34
35
``compat `` Boolean ``false ``
35
36
``allow_defined `` Boolean ``false ``
36
37
``allow_defined_top `` Boolean ``false ``
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ globals 0+
21
21
new globals 0+
22
22
read globals 0+
23
23
new read globals 0+
24
+ not globals 0+
24
25
ignore 0+ (without arguments everything is ignored)
25
26
enable 1+
26
27
only 1+
You can’t perform that action at this time.
0 commit comments