Get-GitHubEmoji¶
SYNOPSIS¶
Get emojis
SYNTAX¶
__AllParameterSets (Default)¶
Get-GitHubEmoji [-Anonymous] [-Context <Object>] [<CommonParameters>]
Download¶
Get-GitHubEmoji -Path <string> [-Anonymous] [-Context <Object>] [<CommonParameters>]
ALIASES¶
This cmdlet has the following aliases, {{Insert list of aliases}}
DESCRIPTION¶
Lists all the emojis available to use on GitHub.
If you pass the Path parameter, the emojis will be downloaded to the specified destination.
EXAMPLES¶
EXAMPLE 1¶
Get-GitHubEmoji
Gets all the emojis available to use on GitHub.
EXAMPLE 2¶
Get-GitHubEmoji -Path 'C:\Users\user\Documents\GitHub\Emojis'
Downloads all the emojis available to use on GitHub to the specified destination.
PARAMETERS¶
-Anonymous¶
If specified, makes an anonymous request to the GitHub API without authentication.
Type: System.Management.Automation.SwitchParameter
DefaultValue: False
SupportsWildcards: false
Aliases: []
ParameterSets:
- Name: (All)
Position: Named
IsRequired: false
ValueFromPipeline: false
ValueFromPipelineByPropertyName: false
ValueFromRemainingArguments: false
DontShow: false
AcceptedValues: []
HelpMessage: ''
-Context¶
The context to run the command in. Used to get the details for the API call. Can be either a string or a GitHubContext object.
Type: System.Object
DefaultValue: ''
SupportsWildcards: false
Aliases: []
ParameterSets:
- Name: (All)
Position: Named
IsRequired: false
ValueFromPipeline: false
ValueFromPipelineByPropertyName: false
ValueFromRemainingArguments: false
DontShow: false
AcceptedValues: []
HelpMessage: ''
-Path¶
The path to the directory where the emojis will be downloaded.
Type: System.String
DefaultValue: ''
SupportsWildcards: false
Aliases: []
ParameterSets:
- Name: Download
Position: Named
IsRequired: true
ValueFromPipeline: false
ValueFromPipelineByPropertyName: false
ValueFromRemainingArguments: false
DontShow: false
AcceptedValues: []
HelpMessage: ''
CommonParameters¶
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.