Skip to content

Commit 135c090

Browse files
author
James Brundage
committed
Renaming Build-PipeScript to Export-PipeScript (Fixes #312)
1 parent fe0af83 commit 135c090

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed
Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
1-
function Build-Pipescript {
1+
function Export-Pipescript {
22
<#
33
.Synopsis
4-
Builds PipeScript Files
4+
Builds and Exports using PipeScript
55
.Description
6-
Builds PipeScript Files.
6+
Builds and Exports a path, using PipeScript.
77
88
Any Source Generator Files Discovered by PipeScript will be run, which will convert them into source code.
9+
.EXAMPLE
10+
Export-PipeScript
11+
.EXAMPLE
12+
Build-PipeScript
913
#>
10-
[Alias('bps')]
14+
[Alias('Build-PipeScript','bps','eps')]
1115
param(
1216
# One or more input paths. If no -InputPath is provided, will build all scripts beneath the current directory.
1317
[Parameter(ValueFromPipelineByPropertyName)]

0 commit comments

Comments
 (0)