formats/PSTuiTools.format.ps1xml
|
<!--
Format type data generated 05/31/2023 16:17:31 by PROSPERO\Jeff This file was created using the New-PSFormatXML command that is part of the PSScriptTools module. https://github.com/jdhitsolutions/PSScriptTools --> <Configuration> <ViewDefinitions> <View> <!--Created 05/31/2023 16:17:31 by PROSPERO\Jeff--> <Name>default</Name> <ViewSelectedBy> <TypeName>psTuiTool</TypeName> </ViewSelectedBy> <GroupBy> <ScriptBlock>"{0} [v{1}]" -f $_.module,$_.version.toString()</ScriptBlock> <Label>Module</Label> </GroupBy> <TableControl> <!--Delete the AutoSize node if you want to use the defined widths.--> <AutoSize /> <TableHeaders> <TableColumnHeader> <Label>Name</Label> <Width>21</Width> <Alignment>left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Alias</Label> <Width>14</Width> <Alignment>left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Synopsis</Label> <Width>17</Width> <Alignment>left</Alignment> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <TableColumnItems> <TableColumnItem> <PropertyName>Name</PropertyName> </TableColumnItem> <TableColumnItem> <ScriptBlock>"`e[3;38;5;119m{0}`e[0m" -f $_.Alias</ScriptBlock> </TableColumnItem> <TableColumnItem> <PropertyName>Synopsis</PropertyName> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> </ViewDefinitions> </Configuration> |