From 17ae7ef68783389b44a81b9e66e50d5f3609ecc6 Mon Sep 17 00:00:00 2001 From: StartAutomating Date: Sat, 8 Oct 2022 06:01:11 +0000 Subject: [PATCH] Adding 'all' keyword (Fixes #244) --- ListOfTranspilers.md | 1 + 1 file changed, 1 insertion(+) diff --git a/ListOfTranspilers.md b/ListOfTranspilers.md index 30595e192..398efbbf9 100644 --- a/ListOfTranspilers.md +++ b/ListOfTranspilers.md @@ -5,6 +5,7 @@ These are all of the transpilers currently included in PipeScript: |Name |Synopsis | |-------------------------------------------------------------------------------------------------|-------------------------------------------------| |[Aliases](Transpilers/Parameters/Aliases.psx.ps1) |Dynamically Defines Aliases | +|[All](Transpilers/Keywords/All.psx.ps1) |all keyword | |[Assert](Transpilers/Keywords/Assert.psx.ps1) |Assert keyword | |[Await](Transpilers/Keywords/Await.psx.ps1) |awaits asynchronous operations | |[Bash](Transpilers/Wrappers/Bash.psx.ps1) |Wraps PowerShell in a Bash Script |