diff options
author | Profpatsch <mail@profpatsch.de> | 2023-04-22T16·41+0200 |
---|---|---|
committer | Profpatsch <mail@profpatsch.de> | 2023-04-22T17·17+0000 |
commit | 285e045fc47b8aa9396602e003f5f712817d1a6e (patch) | |
tree | 317052b30c5a755f08aa6df47716c4311544ad93 /users/Profpatsch/my-prelude/README.md | |
parent | 04838db0a816ec917b9f7aed13096c599aeb9845 (diff) |
feat(users/Profpatsch/my-prelude): add RunCommand.hs r/6103
Change-Id: I08231027a7363ba89006e4dcd510302599be7b4c Reviewed-on: https://cl.tvl.fyi/c/depot/+/8499 Tested-by: BuildkiteCI Autosubmit: Profpatsch <mail@profpatsch.de> Reviewed-by: Profpatsch <mail@profpatsch.de>
Diffstat (limited to 'users/Profpatsch/my-prelude/README.md')
-rw-r--r-- | users/Profpatsch/my-prelude/README.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/users/Profpatsch/my-prelude/README.md b/users/Profpatsch/my-prelude/README.md index 8173d76680a5..2cc068579a52 100644 --- a/users/Profpatsch/my-prelude/README.md +++ b/users/Profpatsch/my-prelude/README.md @@ -36,3 +36,7 @@ Helpers around Json parsing. ### `Data.Error.Tree` Collect errors (from [`Data.Error`](https://hackage.haskell.org/package/error-1.0.0.0/docs/Data-Error.html)) into a tree, then display them in a nested fashion. Super useful for e.g. collecting and displaying nested parsing errors. + +### `RunCommand.hs` + +A module wrapping the process API with some helpful defaults for executing commands and printing what is executed to stderr. |