-
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.
Colors. emoji and start of unit tests
- Loading branch information
1 parent
5b2b52e
commit 469d4e2
Showing
16 changed files
with
389 additions
and
17 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
62 changes: 62 additions & 0 deletions
62
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 |
---|---|---|
@@ -0,0 +1,62 @@ | ||
--- | ||
title: Get-SpectreDemoColors | ||
--- | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
### Synopsis | ||
|
||
Get-SpectreDemoColors | ||
|
||
|
||
|
||
|
||
--- | ||
|
||
|
||
### Description | ||
|
||
|
||
--- | ||
|
||
|
||
### Parameters | ||
|
||
|
||
--- | ||
|
||
|
||
### Inputs | ||
None | ||
|
||
|
||
|
||
|
||
--- | ||
|
||
|
||
### Outputs | ||
* [Object](https://learn.microsoft.com/en-us/dotnet/api/System.Object) | ||
|
||
|
||
|
||
|
||
|
||
|
||
--- | ||
|
||
|
||
### Syntax | ||
```powershell | ||
syntaxItem | ||
``` | ||
|
||
``` | ||
```powershell | ||
{@{name=Get-SpectreDemoColors; CommonParameters=False; parameter=System.Object[]}} | ||
``` | ||
|
62 changes: 62 additions & 0 deletions
62
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 |
---|---|---|
@@ -0,0 +1,62 @@ | ||
--- | ||
title: Get-SpectreDemoEmoji | ||
--- | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
### Synopsis | ||
|
||
Get-SpectreDemoEmoji | ||
|
||
|
||
|
||
|
||
--- | ||
|
||
|
||
### Description | ||
|
||
|
||
--- | ||
|
||
|
||
### Parameters | ||
|
||
|
||
--- | ||
|
||
|
||
### Inputs | ||
None | ||
|
||
|
||
|
||
|
||
--- | ||
|
||
|
||
### Outputs | ||
* [Object](https://learn.microsoft.com/en-us/dotnet/api/System.Object) | ||
|
||
|
||
|
||
|
||
|
||
|
||
--- | ||
|
||
|
||
### Syntax | ||
```powershell | ||
syntaxItem | ||
``` | ||
|
||
``` | ||
```powershell | ||
{@{name=Get-SpectreDemoEmoji; CommonParameters=False; parameter=System.Object[]}} | ||
``` | ||
|
43 changes: 43 additions & 0 deletions
43
PwshSpectreConsole.Docs/src/content/docs/reference/Demo/Start-SpectreDemo.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 |
---|---|---|
@@ -0,0 +1,43 @@ | ||
--- | ||
title: Start-SpectreDemo | ||
--- | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
### Synopsis | ||
Runs a demo of the PwshSpectreConsole module. | ||
|
||
|
||
|
||
--- | ||
|
||
|
||
### Description | ||
|
||
This function runs a demo of the PwshSpectreConsole module, showcasing some of its features. It displays various examples of Spectre.Console functionality wrapped in PowerShell functions, such as text entry, select lists, multi-select lists, and panels. | ||
|
||
|
||
|
||
--- | ||
|
||
|
||
### Examples | ||
Runs the PwshSpectreConsole demo. | ||
|
||
```powershell | ||
PS C:\> Start-SpectreDemo | ||
``` | ||
|
||
|
||
--- | ||
|
||
|
||
### Syntax | ||
```powershell | ||
Start-SpectreDemo [<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
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
File renamed without changes.
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
Oops, something went wrong.