Documentation ¶ Index ¶ func ReplaceEnv(arg string, environments ...map[string]string) string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func ReplaceEnv ¶ func ReplaceEnv(arg string, environments ...map[string]string) string ReplaceEnv takes an arg and replaces all occurrences of environment variables. If the variable is found in the passed map it is replaced, otherwise the original string is returned. Types ¶ This section is empty. Source Files ¶ View all Source files args.go Click to show internal directories. Click to hide internal directories.