Skip to content

Get-SpectreDemoEmoji

Description

The Get-SpectreDemoEmoji function retrieves a collection of emojis available in Spectre Console. It displays the general emojis, faces, and provides information on how to use emojis in Spectre Console markup.


Examples

Example 1
This example demonstrates how to use Get-SpectreDemoEmoji to display a list of the built-in Spectre Console emojis.

Get-SpectreDemoEmoji -Count 5

Parameters

Count

Limit the number of emoji returned. This is only really useful for generating the help docs.

TypeRequiredPositionPipelineInput
[Int32]false1false

Notes

Emoji support is dependent on the operating system, terminal, and font support. For more information on Spectre Console markup and emojis, refer to the following links:


Syntax

Get-SpectreDemoEmoji [[-Count] <Int32>] [<CommonParameters>]