Skip to content

Commit 9813214

Browse files
StartAutomatingStartAutomating
StartAutomating
authored and
StartAutomating
committed
feat: Use-Module ( Fixes #1130 )
Simplifying by narrowing scope.
1 parent 404cbf8 commit 9813214

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

docs/Use-Module.md

+1-11
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,7 @@ Uses a module.
88

99
### Description
1010

11-
Uses a module.
12-
13-
This can either:
14-
15-
* If present, run a module's `Use` function, method, or script property.
16-
* Otherwise, run a script block in the module's context.
17-
18-
* Run a module's `Use` function, if present
19-
* Call a module's `Use` method, if present
20-
21-
In all cases, the script block should be run in the module's context, using dot-sourcing.
11+
Uses a module's context to run a `[ScriptBlock]` (with dot-sourcing).
2212

2313
---
2414

0 commit comments

Comments
 (0)