@@ -39,24 +39,21 @@ Function Disable-EchoingCommands {
3939 Param ()
4040 Write-GitHubActionsCommand - Command ' echo' - Value ' off'
4141}
42- @ (
43- ' Disable-CommandEcho' ,
44- ' Disable-CommandEchoing' ,
45- ' Disable-CommandsEcho' ,
46- ' Disable-CommandsEchoing' ,
47- ' Disable-EchoCommand' ,
48- ' Disable-EchoCommands' ,
49- ' Disable-EchoingCommand' ,
50- ' Stop-CommandEcho' ,
51- ' Stop-CommandEchoing' ,
52- ' Stop-CommandsEcho' ,
53- ' Stop-CommandsEchoing' ,
54- ' Stop-EchoCommand' ,
55- ' Stop-EchoCommands' ,
56- ' Stop-EchoingCommand' ,
57- ' Stop-EchoingCommands'
58- ) |
59- Set-Alias - Value ' Disable-EchoingCommands' - Option ' ReadOnly' - Scope ' Local'
42+ Set-Alias - Name ' Disable-CommandEcho' - Value ' Disable-EchoingCommands' - Option ' ReadOnly' - Scope ' Local'
43+ Set-Alias - Name ' Disable-CommandEchoing' - Value ' Disable-EchoingCommands' - Option ' ReadOnly' - Scope ' Local'
44+ Set-Alias - Name ' Disable-CommandsEcho' - Value ' Disable-EchoingCommands' - Option ' ReadOnly' - Scope ' Local'
45+ Set-Alias - Name ' Disable-CommandsEchoing' - Value ' Disable-EchoingCommands' - Option ' ReadOnly' - Scope ' Local'
46+ Set-Alias - Name ' Disable-EchoCommand' - Value ' Disable-EchoingCommands' - Option ' ReadOnly' - Scope ' Local'
47+ Set-Alias - Name ' Disable-EchoCommands' - Value ' Disable-EchoingCommands' - Option ' ReadOnly' - Scope ' Local'
48+ Set-Alias - Name ' Disable-EchoingCommand' - Value ' Disable-EchoingCommands' - Option ' ReadOnly' - Scope ' Local'
49+ Set-Alias - Name ' Stop-CommandEcho' - Value ' Disable-EchoingCommands' - Option ' ReadOnly' - Scope ' Local'
50+ Set-Alias - Name ' Stop-CommandEchoing' - Value ' Disable-EchoingCommands' - Option ' ReadOnly' - Scope ' Local'
51+ Set-Alias - Name ' Stop-CommandsEcho' - Value ' Disable-EchoingCommands' - Option ' ReadOnly' - Scope ' Local'
52+ Set-Alias - Name ' Stop-CommandsEchoing' - Value ' Disable-EchoingCommands' - Option ' ReadOnly' - Scope ' Local'
53+ Set-Alias - Name ' Stop-EchoCommand' - Value ' Disable-EchoingCommands' - Option ' ReadOnly' - Scope ' Local'
54+ Set-Alias - Name ' Stop-EchoCommands' - Value ' Disable-EchoingCommands' - Option ' ReadOnly' - Scope ' Local'
55+ Set-Alias - Name ' Stop-EchoingCommand' - Value ' Disable-EchoingCommands' - Option ' ReadOnly' - Scope ' Local'
56+ Set-Alias - Name ' Stop-EchoingCommands' - Value ' Disable-EchoingCommands' - Option ' ReadOnly' - Scope ' Local'
6057<#
6158. SYNOPSIS
6259GitHub Actions - Disable Processing Commands
@@ -76,24 +73,21 @@ Function Disable-ProcessingCommands {
7673 Write-GitHubActionsCommand - Command ' stop-commands' - Value $EndToken
7774 Write-Output - InputObject $EndToken
7875}
79- @ (
80- ' Disable-CommandProcess' ,
81- ' Disable-CommandProcessing' ,
82- ' Disable-CommandsProcess' ,
83- ' Disable-CommandsProcessing' ,
84- ' Disable-ProcessCommand' ,
85- ' Disable-ProcessCommands' ,
86- ' Disable-ProcessingCommand' ,
87- ' Stop-CommandProcess' ,
88- ' Stop-CommandProcessing' ,
89- ' Stop-CommandsProcess' ,
90- ' Stop-CommandsProcessing' ,
91- ' Stop-ProcessCommand' ,
92- ' Stop-ProcessCommands' ,
93- ' Stop-ProcessingCommand' ,
94- ' Stop-ProcessingCommands'
95- ) |
96- Set-Alias - Value ' Disable-ProcessingCommands' - Option ' ReadOnly' - Scope ' Local'
76+ Set-Alias - Name ' Disable-CommandProcess' - Value ' Disable-ProcessingCommands' - Option ' ReadOnly' - Scope ' Local'
77+ Set-Alias - Name ' Disable-CommandProcessing' - Value ' Disable-ProcessingCommands' - Option ' ReadOnly' - Scope ' Local'
78+ Set-Alias - Name ' Disable-CommandsProcess' - Value ' Disable-ProcessingCommands' - Option ' ReadOnly' - Scope ' Local'
79+ Set-Alias - Name ' Disable-CommandsProcessing' - Value ' Disable-ProcessingCommands' - Option ' ReadOnly' - Scope ' Local'
80+ Set-Alias - Name ' Disable-ProcessCommand' - Value ' Disable-ProcessingCommands' - Option ' ReadOnly' - Scope ' Local'
81+ Set-Alias - Name ' Disable-ProcessCommands' - Value ' Disable-ProcessingCommands' - Option ' ReadOnly' - Scope ' Local'
82+ Set-Alias - Name ' Disable-ProcessingCommand' - Value ' Disable-ProcessingCommands' - Option ' ReadOnly' - Scope ' Local'
83+ Set-Alias - Name ' Stop-CommandProcess' - Value ' Disable-ProcessingCommands' - Option ' ReadOnly' - Scope ' Local'
84+ Set-Alias - Name ' Stop-CommandProcessing' - Value ' Disable-ProcessingCommands' - Option ' ReadOnly' - Scope ' Local'
85+ Set-Alias - Name ' Stop-CommandsProcess' - Value ' Disable-ProcessingCommands' - Option ' ReadOnly' - Scope ' Local'
86+ Set-Alias - Name ' Stop-CommandsProcessing' - Value ' Disable-ProcessingCommands' - Option ' ReadOnly' - Scope ' Local'
87+ Set-Alias - Name ' Stop-ProcessCommand' - Value ' Disable-ProcessingCommands' - Option ' ReadOnly' - Scope ' Local'
88+ Set-Alias - Name ' Stop-ProcessCommands' - Value ' Disable-ProcessingCommands' - Option ' ReadOnly' - Scope ' Local'
89+ Set-Alias - Name ' Stop-ProcessingCommand' - Value ' Disable-ProcessingCommands' - Option ' ReadOnly' - Scope ' Local'
90+ Set-Alias - Name ' Stop-ProcessingCommands' - Value ' Disable-ProcessingCommands' - Option ' ReadOnly' - Scope ' Local'
9791<#
9892. SYNOPSIS
9993GitHub Actions - Enable Echoing Commands
@@ -108,24 +102,21 @@ Function Enable-EchoingCommands {
108102 Param ()
109103 Write-GitHubActionsCommand - Command ' echo' - Value ' on'
110104}
111- @ (
112- ' Enable-CommandEcho' ,
113- ' Enable-CommandEchoing' ,
114- ' Enable-CommandsEcho' ,
115- ' Enable-CommandsEchoing' ,
116- ' Enable-EchoCommand' ,
117- ' Enable-EchoCommands' ,
118- ' Enable-EchoingCommand' ,
119- ' Start-CommandEcho' ,
120- ' Start-CommandEchoing' ,
121- ' Start-CommandsEcho' ,
122- ' Start-CommandsEchoing' ,
123- ' Start-EchoCommand' ,
124- ' Start-EchoCommands' ,
125- ' Start-EchoingCommand' ,
126- ' Start-EchoingCommands'
127- ) |
128- Set-Alias - Value ' Enable-EchoingCommands' - Option ' ReadOnly' - Scope ' Local'
105+ Set-Alias - Name ' Enable-CommandEcho' - Value ' Enable-EchoingCommands' - Option ' ReadOnly' - Scope ' Local'
106+ Set-Alias - Name ' Enable-CommandEchoing' - Value ' Enable-EchoingCommands' - Option ' ReadOnly' - Scope ' Local'
107+ Set-Alias - Name ' Enable-CommandsEcho' - Value ' Enable-EchoingCommands' - Option ' ReadOnly' - Scope ' Local'
108+ Set-Alias - Name ' Enable-CommandsEchoing' - Value ' Enable-EchoingCommands' - Option ' ReadOnly' - Scope ' Local'
109+ Set-Alias - Name ' Enable-EchoCommand' - Value ' Enable-EchoingCommands' - Option ' ReadOnly' - Scope ' Local'
110+ Set-Alias - Name ' Enable-EchoCommands' - Value ' Enable-EchoingCommands' - Option ' ReadOnly' - Scope ' Local'
111+ Set-Alias - Name ' Enable-EchoingCommand' - Value ' Enable-EchoingCommands' - Option ' ReadOnly' - Scope ' Local'
112+ Set-Alias - Name ' Start-CommandEcho' - Value ' Enable-EchoingCommands' - Option ' ReadOnly' - Scope ' Local'
113+ Set-Alias - Name ' Start-CommandEchoing' - Value ' Enable-EchoingCommands' - Option ' ReadOnly' - Scope ' Local'
114+ Set-Alias - Name ' Start-CommandsEcho' - Value ' Enable-EchoingCommands' - Option ' ReadOnly' - Scope ' Local'
115+ Set-Alias - Name ' Start-CommandsEchoing' - Value ' Enable-EchoingCommands' - Option ' ReadOnly' - Scope ' Local'
116+ Set-Alias - Name ' Start-EchoCommand' - Value ' Enable-EchoingCommands' - Option ' ReadOnly' - Scope ' Local'
117+ Set-Alias - Name ' Start-EchoCommands' - Value ' Enable-EchoingCommands' - Option ' ReadOnly' - Scope ' Local'
118+ Set-Alias - Name ' Start-EchoingCommand' - Value ' Enable-EchoingCommands' - Option ' ReadOnly' - Scope ' Local'
119+ Set-Alias - Name ' Start-EchoingCommands' - Value ' Enable-EchoingCommands' - Option ' ReadOnly' - Scope ' Local'
129120<#
130121. SYNOPSIS
131122GitHub Actions - Enable Processing Commands
@@ -144,24 +135,21 @@ Function Enable-ProcessingCommands {
144135 )
145136 Write-GitHubActionsCommand - Command $EndToken
146137}
147- @ (
148- ' Enable-CommandProcess' ,
149- ' Enable-CommandProcessing' ,
150- ' Enable-CommandsProcess' ,
151- ' Enable-CommandsProcessing' ,
152- ' Enable-ProcessCommand' ,
153- ' Enable-ProcessCommands' ,
154- ' Enable-ProcessingCommand' ,
155- ' Start-CommandProcess' ,
156- ' Start-CommandProcessing' ,
157- ' Start-CommandsProcess' ,
158- ' Start-CommandsProcessing' ,
159- ' Start-ProcessCommand' ,
160- ' Start-ProcessCommands' ,
161- ' Start-ProcessingCommand' ,
162- ' Start-ProcessingCommands'
163- ) |
164- Set-Alias - Value ' Enable-ProcessingCommands' - Option ' ReadOnly' - Scope ' Local'
138+ Set-Alias - Name ' Enable-CommandProcess' - Value ' Enable-ProcessingCommands' - Option ' ReadOnly' - Scope ' Local'
139+ Set-Alias - Name ' Enable-CommandProcessing' - Value ' Enable-ProcessingCommands' - Option ' ReadOnly' - Scope ' Local'
140+ Set-Alias - Name ' Enable-CommandsProcess' - Value ' Enable-ProcessingCommands' - Option ' ReadOnly' - Scope ' Local'
141+ Set-Alias - Name ' Enable-CommandsProcessing' - Value ' Enable-ProcessingCommands' - Option ' ReadOnly' - Scope ' Local'
142+ Set-Alias - Name ' Enable-ProcessCommand' - Value ' Enable-ProcessingCommands' - Option ' ReadOnly' - Scope ' Local'
143+ Set-Alias - Name ' Enable-ProcessCommands' - Value ' Enable-ProcessingCommands' - Option ' ReadOnly' - Scope ' Local'
144+ Set-Alias - Name ' Enable-ProcessingCommand' - Value ' Enable-ProcessingCommands' - Option ' ReadOnly' - Scope ' Local'
145+ Set-Alias - Name ' Start-CommandProcess' - Value ' Enable-ProcessingCommands' - Option ' ReadOnly' - Scope ' Local'
146+ Set-Alias - Name ' Start-CommandProcessing' - Value ' Enable-ProcessingCommands' - Option ' ReadOnly' - Scope ' Local'
147+ Set-Alias - Name ' Start-CommandsProcess' - Value ' Enable-ProcessingCommands' - Option ' ReadOnly' - Scope ' Local'
148+ Set-Alias - Name ' Start-CommandsProcessing' - Value ' Enable-ProcessingCommands' - Option ' ReadOnly' - Scope ' Local'
149+ Set-Alias - Name ' Start-ProcessCommand' - Value ' Enable-ProcessingCommands' - Option ' ReadOnly' - Scope ' Local'
150+ Set-Alias - Name ' Start-ProcessCommands' - Value ' Enable-ProcessingCommands' - Option ' ReadOnly' - Scope ' Local'
151+ Set-Alias - Name ' Start-ProcessingCommand' - Value ' Enable-ProcessingCommands' - Option ' ReadOnly' - Scope ' Local'
152+ Set-Alias - Name ' Start-ProcessingCommands' - Value ' Enable-ProcessingCommands' - Option ' ReadOnly' - Scope ' Local'
165153<#
166154. SYNOPSIS
167155GitHub Actions (Private) - New Commands End Token
0 commit comments