ssh_config icon indicating copy to clipboard operation
ssh_config copied to clipboard

implement SendEnv

Open kevinburke opened this issue 8 years ago • 1 comments

SendEnv accepts wildcards for values. We need to make a decision whether to return the string with the wildcards, or to expand them.

kevinburke avatar Apr 23 '17 04:04 kevinburke

Get and GetStrict only return a single string so I think I will return as is and add a helper for splitting/finding the correct values based on regex.

kevinburke avatar Apr 23 '17 23:04 kevinburke