FILE: C:\Program Files\WindowsPowerShell\Modules\PSReadline\2.0.0\PSReadLine.format.ps1xml
--
PSReadLine-KeyBindings
Microsoft.PowerShell.KeyHandler
Group
$d = [Microsoft.PowerShell.KeyHandler]::GetGroupingDescription($_.Group)
"{0}`n{1}" -f $d,('='*$d.Length)
Key
Function
Description
PSReadLine-HistoryItem
Microsoft.PowerShell.PSConsoleReadLine+HistoryItem
CommandLine
$_.StartTime.Ticks -ne 0
$_.StartTime.ToLocalTime()
$_.ApproximateElapsedTime.Ticks -ne 0
ApproximateElapsedTime
PSReadLine-Options
Microsoft.PowerShell.PSConsoleReadLineOptions
EditMode
AddToHistoryHandler
HistoryNoDuplicates
HistorySavePath
HistorySaveStyle
HistorySearchCaseSensitive
HistorySearchCursorMovesToEnd
MaximumHistoryCount
ContinuationPrompt
ExtraPromptLineCount
PromptText
BellStyle
DingDuration
DingTone
CommandsToValidateScriptBlockArguments
CommandValidationHandler
CompletionQueryItems
MaximumKillRingCount
ShowToolTips
ViModeIndicator
WordDelimiters
[Microsoft.PowerShell.VTColorUtils]::FormatColor($_.CommandColor)
[Microsoft.PowerShell.VTColorUtils]::FormatColor($_.CommentColor)
[Microsoft.PowerShell.VTColorUtils]::FormatColor($_.ContinuationPromptColor)
[Microsoft.PowerShell.VTColorUtils]::FormatColor($_.DefaultTokenColor)
[Microsoft.PowerShell.VTColorUtils]::FormatColor($_.EmphasisColor)
[Microsoft.PowerShell.VTColorUtils]::FormatColor($_.ErrorColor)
[Microsoft.PowerShell.VTColorUtils]::FormatColor($_.KeywordColor)
[Microsoft.PowerShell.VTColorUtils]::FormatColor($_.MemberColor)
[Microsoft.PowerShell.VTColorUtils]::FormatColor($_.NumberColor)
[Microsoft.PowerShell.VTColorUtils]::FormatColor($_.OperatorColor)
[Microsoft.PowerShell.VTColorUtils]::FormatColor($_.ParameterColor)
[Microsoft.PowerShell.VTColorUtils]::FormatColor($_.SelectionColor)
[Microsoft.PowerShell.VTColorUtils]::FormatColor($_.StringColor)
[Microsoft.PowerShell.VTColorUtils]::FormatColor($_.TypeColor)
[Microsoft.PowerShell.VTColorUtils]::FormatColor($_.VariableColor)
--