Skip to content

Commit 3e15c95

Browse files
AlmostMattchkuang-g
authored andcommitted
Add a parameter description to setLangInShellMode for CommandLine RunViaShell.
1 parent 63695c5 commit 3e15c95

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

source/AndroidResolver/src/CommandLine.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -535,6 +535,8 @@ public static Result Run(string toolPath, string arguments, string workingDirect
535535
/// executing a command via the shell. This requires:
536536
/// * cmd.exe (on Windows) or bash (on OSX / Linux) are in the path.
537537
/// * Arguments containing whitespace are quoted.</param>
538+
/// <param name="setLangInShellMode">Causes environment variable LANG to be explicitly set
539+
/// when executing a command via the shell. This is only applicable to OSX.</param>
538540
/// <returns>CommandLineTool result if successful, raises an exception if it's not
539541
/// possible to execute the tool.</returns>
540542
public static Result RunViaShell(

0 commit comments

Comments
 (0)