Adjusted the parameter attributes
This commit is contained in:
@@ -12,8 +12,10 @@ function Get-Chronometer
|
|||||||
[CmdletBinding()]
|
[CmdletBinding()]
|
||||||
param(
|
param(
|
||||||
# Script file to measure execution times on
|
# Script file to measure execution times on
|
||||||
[Parameter(Position=0)]
|
[Parameter(
|
||||||
[object[]]
|
ValueFromPipeline = $true
|
||||||
|
)]
|
||||||
|
[Object[]]
|
||||||
$Path,
|
$Path,
|
||||||
|
|
||||||
# Line numbers within the script file to measure
|
# Line numbers within the script file to measure
|
||||||
|
|||||||
Reference in New Issue
Block a user