-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'prerelease' of github.com:ShaunLawrie/PwshSpectreConsol…
…e into prerelease
- Loading branch information
Showing
60 changed files
with
436 additions
and
1,210 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
{ | ||
"powershell.codeFormatting.preset": "OTBS" | ||
} | ||
"powershell.codeFormatting.preset": "OTBS", | ||
"editor.formatOnPaste": false, | ||
"editor.formatOnSave": false, | ||
"editor.formatOnType": false | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
53 changes: 14 additions & 39 deletions
53
PwshSpectreConsole.Docs/src/content/docs/reference/Demo/Get-SpectreDemoColors.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,62 +1,37 @@ | ||
--- | ||
sidebar: | ||
badge: | ||
text: New | ||
variant: tip | ||
title: Get-SpectreDemoColors | ||
--- | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
### Synopsis | ||
|
||
Get-SpectreDemoColors | ||
|
||
|
||
|
||
Retrieves a list of Spectre Console colors and displays them with their corresponding markup. | ||
![Spectre color demo](/colors.png) | ||
|
||
--- | ||
|
||
|
||
### Description | ||
|
||
The Get-SpectreDemoColors function retrieves a list of Spectre Console colors and displays them with their corresponding markup. | ||
It also provides information on how to use the colors as parameters for commands or in Spectre Console markup. | ||
|
||
--- | ||
|
||
### Examples | ||
Displays a list of Spectre Console colors and their corresponding markup. | ||
|
||
### Parameters | ||
|
||
|
||
--- | ||
|
||
|
||
### Inputs | ||
None | ||
|
||
|
||
|
||
|
||
--- | ||
|
||
|
||
### Outputs | ||
* [Object](https://learn.microsoft.com/en-us/dotnet/api/System.Object) | ||
|
||
|
||
|
||
|
||
|
||
```powershell | ||
PS> Get-SpectreDemoColors | ||
``` | ||
|
||
--- | ||
|
||
|
||
### Syntax | ||
```powershell | ||
syntaxItem | ||
``` | ||
|
||
``` | ||
```powershell | ||
{@{name=Get-SpectreDemoColors; CommonParameters=False; parameter=System.Object[]}} | ||
Get-SpectreDemoColors [<CommonParameters>] | ||
``` | ||
|
53 changes: 17 additions & 36 deletions
53
PwshSpectreConsole.Docs/src/content/docs/reference/Demo/Get-SpectreDemoEmoji.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,62 +1,43 @@ | ||
--- | ||
sidebar: | ||
badge: | ||
text: New | ||
variant: tip | ||
title: Get-SpectreDemoEmoji | ||
--- | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
### Synopsis | ||
|
||
Get-SpectreDemoEmoji | ||
|
||
|
||
|
||
Retrieves a collection of emojis available in Spectre Console. | ||
![Example emojis](/emoji.png) | ||
|
||
--- | ||
|
||
|
||
### 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 | ||
Retrieves and displays the collection of emojis available in Spectre Console. | ||
|
||
### Parameters | ||
|
||
|
||
--- | ||
|
||
|
||
### Inputs | ||
None | ||
|
||
|
||
|
||
```powershell | ||
Get-SpectreDemoEmoji | ||
``` | ||
|
||
--- | ||
|
||
|
||
### Outputs | ||
* [Object](https://learn.microsoft.com/en-us/dotnet/api/System.Object) | ||
|
||
|
||
|
||
|
||
|
||
### 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: | ||
- Spectre Console Markup: https://spectreconsole.net/markup | ||
- Spectre Console Emojis: https://spectreconsole.net/appendix/emojis | ||
|
||
--- | ||
|
||
|
||
### Syntax | ||
```powershell | ||
syntaxItem | ||
``` | ||
|
||
``` | ||
```powershell | ||
{@{name=Get-SpectreDemoEmoji; CommonParameters=False; parameter=System.Object[]}} | ||
Get-SpectreDemoEmoji [<CommonParameters>] | ||
``` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.