Skip to content

Commit 2706537

Browse files
committed
reorder parameters
1 parent 412d905 commit 2706537

File tree

6 files changed

+119
-81
lines changed

6 files changed

+119
-81
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,15 +58,15 @@ var (standardOutput3, standardError3) = await ReadAsync("foo", new[] { "arg1", "
5858

5959
```c#
6060
string workingDirectory = "",
61-
IEnumerable<string> secrets = null,
62-
bool noEcho = false,
63-
string? echoPrefix = null,
6461
Action<IDictionary<string, string?>>? configureEnvironment = null,
65-
bool createNoWindow = false,
66-
Encoding? encoding = null,
62+
IEnumerable<string> secrets = null,
6763
Func<int, bool>? handleExitCode = null,
6864
string? standardInput = null,
65+
Encoding? encoding = null,
66+
string? echoPrefix = null,
67+
bool noEcho = false,
6968
bool cancellationIgnoresProcessTree = false,
69+
bool createNoWindow = false,
7070
CancellationToken ct = default,
7171
```
7272

0 commit comments

Comments
 (0)