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
James Brundage committed Mar 3, 2024
1 parent e2dd2de commit 973ce45
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Types/Emoji.Sequence/Emoji.Sequence.format.ps1
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Write-FormatView -TypeName Emoji.Sequence -Property Name, ExportedCommands, ExportedVariables -VirtualProperty @{
ExportedCommands = { $_.ExportedCommands.Keys -join [Environment]::NewLine }
ExportedVariables = { $_.ExportedVariables.Keys -join [Environment]::NewLine }
} -Wrap

0 comments on commit 973ce45

Please sign in to comment.