File tree Expand file tree Collapse file tree 1 file changed +0
-37
lines changed Expand file tree Collapse file tree 1 file changed +0
-37
lines changed Original file line number Diff line number Diff line change @@ -60,49 +60,12 @@ All of the current aspect examples are listed below:
60
60
Aspect.ModuleCommandPattern -Module PipeScript # Should -BeOfType ([Regex])
61
61
~~~
62
62
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
-
73
63
## Example 1
74
64
75
65
76
66
~~~ PowerShell
77
67
Aspect.ModuleExtensionCommand -Module PipeScript # Should -BeOfType ([Management.Automation.CommandInfo])
78
68
~~~
79
69
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
-
107
70
108
71
You can’t perform that action at this time.
0 commit comments