Skip to content

Commit f4cc310

Browse files
Update utility.md
1 parent f4a80db commit f4cc310

1 file changed

Lines changed: 11 additions & 7 deletions

File tree

documentation/documents/psframework/utility.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,22 +7,22 @@ title: PSFramework: Utility
77

88
## Synopsis
99

10-
Utility is the catch-all category for individual commands that do not fit into any more specific category or would be a category ontu themselves.
10+
Utility is the catch-all category for individual commands and features that do not fit into any more specific category or would be a category ontu themselves.
1111

1212
## Commands
1313

1414
### Select-PSFObject
1515

1616
`Select-PSFObject` completely replaces `Select-Object`, offering all of its functionality, but offering greater input comfort and more readable code by avoiding hashtables for simple operations. It also adds the ability to extend an object, rather than building a new object, fully replacing `Add-Member`.
1717

18-
- [Select-PSFObject](utility/select-psfobject.html)
18+
+ [Select-PSFObject](utility/select-psfobject.html)
1919

2020
### ConvertFrom-PSFArray
2121

2222
`ConvertFrom-PSFArray` converts properties on objects that are collections into a single string.
2323
This helps with exporting as flat data, e.g. when exporting as csv.
2424

25-
- [ConvertFrom-PSFArray](utility/convertfrom-psfarray.html)
25+
+ [ConvertFrom-PSFArray](utility/convertfrom-psfarray.html)
2626

2727
### Argument Transformation Attributes
2828

@@ -33,10 +33,14 @@ This is where Argument Transformation Attributes can shine:
3333

3434
+ [ScriptTransformation](utility/ScriptTransformation.html): Implement your own conversion logic in script.
3535

36+
### PSFramework Hashtables
37+
38+
Hashtables are awesome!
39+
But they could be even better.
40+
Introducing the PSFramework Hashtables, extending hashtables to include default values, passing through unknown key or even dynamically calculating the result of an unexpected key!
41+
42+
+ [PSFramework Hashtables](utility/psfhashtables.html)
43+
3644
## Notes
3745

3846
[Back to PSFramework](https://psframework.org/documentation/documents/psframework.html)
39-
40-
| Version | 1.1 |
41-
| Written on: | 2018-10-23 |
42-
| Updated on: | 2019-11-07 |

0 commit comments

Comments
 (0)