Skip to content

Commit

Permalink
In the correct file
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaunLawrie committed Sep 8, 2024
1 parent 7e10356 commit b9a846d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Update-Module PwshSpectreConsole -Scope CurrentUser

Renderables are objects that can be rendered to the console. Most functions now return a renderable object instead of writing directly to the console host. This allows you to assign the output of a function to a variable and use it in other functions or redirect the output to a file. The renderable objects can also be used as inputs to other Spectre Console functions so you can build complex layouts.

![renderable items inside tables](/public/2-0-tables.png)
![renderable items inside tables](../../../../public/2-0-tables.png)

```powershell
# Example of using renderable objects inside a table
Expand All @@ -55,7 +55,7 @@ The `Invoke-SpectreLive` function allows you to run a scriptblock and update a r

See the documentation for [`Invoke-SpectreLive`](/reference/live/invoke-spectrelive/) for more information and examples.

![Filebrowser example](../../../../public/filebrowser.gif)
![Filebrowser example](/public/filebrowser.gif)

### All New Commandlets

Expand Down

0 comments on commit b9a846d

Please sign in to comment.