Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
Rocker
0.1
Types/Rocker.Parsers/ForCommand.ps1
param
(
$CommandLine
)
foreach
(
$parser
in
$this
.
All
)
{
if
(
$parser
.
Validate
-and
$parser
.
Validate
(
$commandLine
)
)
{
$parser
}
}