StandardEnvironmentVariable
public enum StandardEnvironmentVariable : String
Undocumented
-
Undocumented
Declaration
Swift
case user = "USER" -
Undocumented
Declaration
Swift
case home = "HOME" -
Undocumented
Declaration
Swift
case path = "PATH" -
Undocumented
Declaration
Swift
case tmpDir = "TMPDIR" -
Undocumented
Declaration
Swift
case shell = "SHELL" -
Undocumented
Declaration
Swift
case term = "TERM" -
Undocumented
Declaration
Swift
case termProgram = "TERM_PROGRAM" -
Undocumented
Declaration
Swift
case tz = "TZ" -
Undocumented
Declaration
Swift
case lang = "LANG" -
Undocumented
Declaration
Swift
case language = "LANGUAGE" -
Undocumented
Declaration
Swift
case lcCType = "LC_CTYPE" -
Undocumented
Declaration
Swift
case lcNumeric = "LC_NUMERIC" -
Undocumented
Declaration
Swift
case lcTime = "LC_TIME" -
Undocumented
Declaration
Swift
case lcCollate = "LC_COLLATE" -
Undocumented
Declaration
Swift
case lcMonetary = "LC_MONETARY" -
Undocumented
Declaration
Swift
case lcMessages = "LC_MESSAGES" -
Undocumented
Declaration
Swift
case lcPaper = "LC_PAPER" -
Undocumented
Declaration
Swift
case lcName = "LC_NAME" -
Undocumented
Declaration
Swift
case lcAddress = "LC_ADDRESS" -
Undocumented
Declaration
Swift
case lcTelephone = "LC_TELEPHONE" -
Undocumented
Declaration
Swift
case lcMeasurement = "LC_MEASUREMENT" -
Undocumented
Declaration
Swift
case lcIdentification = "LC_IDENTIFICATION" -
Undocumented
Declaration
Swift
case lcAll = "LC_ALL"
View on GitHub
StandardEnvironmentVariable Enumeration Reference