We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe0af83 commit 135c090Copy full SHA for 135c090
Build-PipeScript.ps1 Export-PipeScript.ps1Build-PipeScript.ps1 renamed to Export-PipeScript.ps1
@@ -1,13 +1,17 @@
1
-function Build-Pipescript {
+function Export-Pipescript {
2
<#
3
.Synopsis
4
- Builds PipeScript Files
+ Builds and Exports using PipeScript
5
.Description
6
- Builds PipeScript Files.
+ Builds and Exports a path, using PipeScript.
7
8
Any Source Generator Files Discovered by PipeScript will be run, which will convert them into source code.
9
+ .EXAMPLE
10
+ Export-PipeScript
11
12
+ Build-PipeScript
13
#>
- [Alias('bps')]
14
+ [Alias('Build-PipeScript','bps','eps')]
15
param(
16
# One or more input paths. If no -InputPath is provided, will build all scripts beneath the current directory.
17
[Parameter(ValueFromPipelineByPropertyName)]
0 commit comments