You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -260,6 +260,8 @@ var (stdout, stderror) = process2($"");
260
260
261
261
`await string` does not escape argument so recommend to use `run($"string")` when use with argument.
262
262
263
+
If you want to more colorize like Chalk on JavaScript, [Kokuban](https://github.com/mayuki/Kokuban) styler for .NET Console app will help.
264
+
263
265
Reference
264
266
---
265
267
`ProcessX.StartAsync` overloads, you can set workingDirectory, environmentVariable, encoding.
@@ -300,6 +302,7 @@ Competitor
300
302
---
301
303
*[Tyrrrz/CliWrap](https://github.com/Tyrrrz/CliWrap) - Wrapper for command line interfaces.
302
304
*[jamesmanning/RunProcessAsTask](https://github.com/jamesmanning/RunProcessAsTask) - Simple wrapper around System.Diagnostics.Process to expose it as a System.Threading.Tasks.Task.
305
+
*[mayuki/Chell](https://github.com/mayuki/Chell) Write scripts with the power of C# and .NET.
0 commit comments