Skip to content

Commit

Permalink
Fix again
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaunLawrie committed Sep 4, 2024
1 parent 3c353e1 commit 443cb27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PwshSpectreConsole.Docs/src/powershell/Helpers.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ $script:Groups = @(
@{ Name = "Prompts/"; Matches = @("read-") }
@{ Name = "Formatting/"; Matches = @("layout", "format-", "new-spectrechartitem", "new-spectregridrow", "add-spectretablerow") }
@{ Name = "Images/"; Matches = @("image") }
@{ Name = "Writing/"; Matches = @("out-", "write-", "escaped") }
@{ Name = "Writing/"; Matches = @("out-", "write-", "escaped", "size") }
@{ Name = "Config/"; Matches = @("set-", "recording") }
@{ Name = "Demo/"; Matches = @("spectredemo") }
@{ Name = "Live/"; Matches = @("live", "invoke-spectrecommand", "invoke-spectreprogress", "job", "spectrescriptblock") }
Expand Down

0 comments on commit 443cb27

Please sign in to comment.