-
Notifications
You must be signed in to change notification settings - Fork 0
Open
0 / 90 of 9 issues completedLabels
CommandCmdlets, Functions, AliasesCmdlets, Functions, AliasesParent GroupA top level container, or nested collections of issuesA top level container, or nested collections of issues
Description
Verbs
Select- May modify existing objects, or even create new onesWhere- May only filter objects, it will never modify them
See related
Mint.SelectCommands CommandMint.Select-Object#76Mint.WhereCommands ImplementWherecommands for filtering #141
Syntax examples
... | Mint.Select-Object -Expr 'Name, Length, ParentName: Parent.Name'
... | Mint.Select-Object -Expr Name, Length, 'ParentName: Parent.Name'
# auto name
... | Mint.Select-Object -Expr Name, Length, Parent.Name
# Concatenate property names: 'ParentName'... | Mint.Select-Object -Members @{
TypeName = $one.GetType().Name
RelPath = [IO.Path]::GetRelativePath( (Gi '.'), $one.FullName )
}... | Mint.Select-Object -DelayBindHash { @{
TypeName = $_.GetType().Name
RelPath = [IO.Path]::GetRelativePath( (Gi '.'), $_.FullName )
} }Reactions are currently unavailable
Sub-issues
Metadata
Metadata
Assignees
Labels
CommandCmdlets, Functions, AliasesCmdlets, Functions, AliasesParent GroupA top level container, or nested collections of issuesA top level container, or nested collections of issues