You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The file main.go overwrites the arguments with no checks:
httpPort:=DefaultHTTPPortcomputerFilePath:=DefaultComputerFilePath// Start Processing Shell Arguments or use Default Values defined i const.gohttpPort, computerFilePath=processShellArgs()
// Process Environment VariableshttpPort, computerFilePath=processEnvVars()
The result of the evaluation o the piece of code is that the environment variables are used or default values are used. The shell arguments always will be overwritten.
The text was updated successfully, but these errors were encountered:
The file main.go overwrites the arguments with no checks:
The result of the evaluation o the piece of code is that the environment variables are used or default values are used. The shell arguments always will be overwritten.
The text was updated successfully, but these errors were encountered: