commit 9d27f27a1abfa311fd0a0a2022a2f12b8cad38c7
parent 69f3d19795a55da3b53f8c98dde401d5997d62ec
Author: figsoda <figsoda@pm.me>
Date: Mon, 10 Apr 2023 18:51:12 -0400
parent 69f3d19795a55da3b53f8c98dde401d5997d62ec
Author: figsoda <figsoda@pm.me>
Date: Mon, 10 Apr 2023 18:51:12 -0400
docs: document cursor
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md @@ -45,6 +45,8 @@ Arguments: Module transformer, defaults to `[ ]` (no transformation). This will transform each directory module in `src`, including the root. + `cursor` represents the position of the directory being transformed, where `[ ]` + means root and `[ "foo" "bar" ]` means `root.foo.bar`. The main entry point of haumea. This is probably the function you are looking for.