chore: update readme with a better description
This commit is contained in:
parent
d3bd04fe39
commit
f6e7b36303
1 changed files with 7 additions and 1 deletions
|
@ -1,9 +1,15 @@
|
|||
# `Geekeey.Extensions.Process`
|
||||
|
||||
Process is a .NET library for interacting with external command-line interfaces. It provides a convenient model for
|
||||
launching processes, redirecting input and output streams, awaiting completion, handling cancellation, and more.
|
||||
|
||||
## Features
|
||||
|
||||
## Getting Started
|
||||
- **Input and Output redirection:** flexible piping model, that allows to redirect the process's streams.
|
||||
- **Immutability:** The `Command` object is immutable, ensuring thread safely and allowing sharing of a base
|
||||
configuration.
|
||||
|
||||
## Getting Started
|
||||
|
||||
### Install the NuGet package:
|
||||
|
||||
|
|
Loading…
Reference in a new issue