Skip to content

Commit 11777f7

Browse files
StartAutomatingStartAutomating
authored andcommitted
Posting with GitPub [skip ci]
1 parent 57e4443 commit 11777f7

File tree

1 file changed

+15
-10
lines changed

1 file changed

+15
-10
lines changed

docs/_posts/2022-10-07-all-things-are-possible.md

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,18 @@ The [all keyword](https://github.com/StartAutomating/PipeScript/blob/main/Transp
1818

1919
`all` can be followed by a number of modifiers or an input variable.
2020

21-
~~~PowerShell
22-
all functions # returns all functions
23-
all aliases # returns all aliases
24-
all cmdlets # returns all cmdlets
25-
all applications # returns all applications
26-
all commands # returns all commands
27-
all variables # returns all variables
28-
all things # returns all variables, functions, cmdlets, aliases
29-
all $numbers # returns everything in numbers
30-
~~~
21+
Here's a table of some simple ways to use `all`
22+
23+
|Example | Description |
24+
|------------------:|:----------------------------------------------------|
25+
|`all functions` | outputs all functions |
26+
|`all aliases` | outputs all aliases |
27+
|`all cmdlets` | outputs all cmdlets |
28+
|`all applications` | outputs all applications |
29+
|`all commands ` | outputs all commands |
30+
|`all variables` | outputs all variables |
31+
|`all things` | outputs all variables, functions, cmdlets, aliases|
32+
|`all $numbers` | outputs everything in numbers |
33+
34+
35+

0 commit comments

Comments
 (0)