Skip to content

Commit f745b59

Browse files
StartAutomatingStartAutomating
authored andcommitted
Updating Examples Should Work (adding docs) (re #461)
1 parent ebb0464 commit f745b59

File tree

1 file changed

+0
-37
lines changed

1 file changed

+0
-37
lines changed

Commands/Aspects/README.md

Lines changed: 0 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -60,49 +60,12 @@ All of the current aspect examples are listed below:
6060
Aspect.ModuleCommandPattern -Module PipeScript # Should -BeOfType ([Regex])
6161
~~~
6262

63-
## Example 2
64-
65-
66-
~~~PowerShell
67-
# Outputs a PSObject with information about extension command types.
68-
69-
# The two primary pieces of information are the `.Name` and `.Pattern`.
70-
Aspect.ModuleExtensionType -Module PipeScript # Should -BeOfType ([PSObject])
71-
~~~
72-
7363
## Example 1
7464

7565

7666
~~~PowerShell
7767
Aspect.ModuleExtensionCommand -Module PipeScript # Should -BeOfType ([Management.Automation.CommandInfo])
7868
~~~
7969

80-
## Example 2
81-
82-
83-
~~~PowerShell
84-
Aspect.ModuleCommandPattern -Module PipeScript # Should -BeOfType ([Regex])
85-
~~~
86-
87-
## Example 3
88-
89-
90-
~~~PowerShell
91-
# Outputs a PSObject with information about extension command types.
92-
93-
# The two primary pieces of information are the `.Name` and `.Pattern`.
94-
Aspect.ModuleExtensionType -Module PipeScript # Should -BeOfType ([PSObject])
95-
~~~
96-
97-
## Example 4
98-
99-
100-
~~~PowerShell
101-
# Outputs a PSObject with information about extension command types.
102-
103-
# The two primary pieces of information are the `.Name` and `.Pattern`.
104-
Aspect.ModuleExtensionType -Module PipeScript # Should -BeOfType ([PSObject])
105-
~~~
106-
10770

10871

0 commit comments

Comments
 (0)