Adjusted the parameter attributes

This commit is contained in:
KevinMarquette
2017-02-13 00:20:46 -08:00
parent 5e221b5c13
commit 15d17e749e

View File

@@ -12,8 +12,10 @@ function Get-Chronometer
[CmdletBinding()]
param(
# Script file to measure execution times on
[Parameter(Position=0)]
[object[]]
[Parameter(
ValueFromPipeline = $true
)]
[Object[]]
$Path,
# Line numbers within the script file to measure