Skip to content

Commit

Permalink
feat: Emoji.Sequence.Format ( Fixes #54 )
Browse files Browse the repository at this point in the history
  • Loading branch information
StartAutomating authored and StartAutomating committed Mar 3, 2024
1 parent 973ce45 commit a227ece
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions Emoji.format.ps1xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,40 @@
</TableRowEntries>
</TableControl>
</View>
<View>
<Name>Emoji.Sequence</Name>
<ViewSelectedBy>
<TypeName>Emoji.Sequence</TypeName>
</ViewSelectedBy>
<TableControl>
<TableHeaders>
<TableColumnHeader>
</TableColumnHeader>
<TableColumnHeader>
<Label>ExportedCommands</Label>
</TableColumnHeader>
<TableColumnHeader>
<Label>ExportedVariables</Label>
</TableColumnHeader>
</TableHeaders>
<TableRowEntries>
<TableRowEntry>
<Wrap />
<TableColumnItems>
<TableColumnItem>
<PropertyName>Name</PropertyName>
</TableColumnItem>
<TableColumnItem>
<ScriptBlock> $_.ExportedCommands.Keys -join [Environment]::NewLine </ScriptBlock>
</TableColumnItem>
<TableColumnItem>
<ScriptBlock> $_.ExportedVariables.Keys -join [Environment]::NewLine </ScriptBlock>
</TableColumnItem>
</TableColumnItems>
</TableRowEntry>
</TableRowEntries>
</TableControl>
</View>
<View>
<Name>Emoji.Symbol</Name>
<ViewSelectedBy>
Expand Down

0 comments on commit a227ece

Please sign in to comment.