about summary refs log tree commit diff
path: root/users/Profpatsch/my-prelude/README.md
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2023-04-22T16·41+0200
committerProfpatsch <mail@profpatsch.de>2023-04-22T17·17+0000
commit285e045fc47b8aa9396602e003f5f712817d1a6e (patch)
tree317052b30c5a755f08aa6df47716c4311544ad93 /users/Profpatsch/my-prelude/README.md
parent04838db0a816ec917b9f7aed13096c599aeb9845 (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.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/users/Profpatsch/my-prelude/README.md b/users/Profpatsch/my-prelude/README.md
index 8173d76680..2cc068579a 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.