blob: 152a2fb76433b7e08cf8f8bf70c49a06bce32ad3 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
Config: Environment loader not hooked up to `ArgumentHandler`
Brought up by #1330.
Currently the `ArgumentHandler` function is only wired up for textual arguments passed through FEXLoader's arguments.
Environment variables need the same treatment.
eg: `FEX_CORE=irint` should work but right now it requires `FEX_CORE=0`
Same issue with FEX_SMCCHECKS.
These are the only two options that currently rely on this feature.
|