dotenv-for-MATLAB
dotenv-for-MATLAB copied to clipboard
Load environment variables from a .env file.
Results
1
dotenv-for-MATLAB issues
Sort by
recently updated
recently updated
newest added
trafficstars
If the .env file has a field written as ``` MY_VAR_NAME = my_value ``` the parsing to a struct will fail because the struct fields cannot contain whitespaces Recommend adding...