@@ -9,14 +9,14 @@ title: about_Microsoft.PowerShell.Crescendo
99---
1010# Microsoft.PowerShell.Crescendo
1111
12- ## about_Microsoft.PowerShell.Crescendo
12+ ## ABOUT_MICROSOFT.POWERSHELL.CRESCENDO
1313
14- ## Short description
14+ ## SHORT DESCRIPTION
1515
1616The PowerShell Crescendo module provides a novel way to create proxy functions
1717for native commands via ` JSON ` configuration files.
1818
19- ## Long description
19+ ## LONG DESCRIPTION
2020
2121PowerShell is capable of invoking native applications like any shell. However,
2222it would improve the experience if the native command could participate in the
@@ -27,20 +27,20 @@ The PowerShell Crescendo module provides a way to take advantage of the
2727PowerShell pipeline by invoking the native executable, facilitating parameter
2828handling, and converting text output into objects.
2929
30- ## JSON Configuration
30+ ## JSON CONFIGURATION
3131
3232The PowerShell Crescendo module provides a way to create a small bit of JSON
3333that's used to create a function that calls the native command.
3434
3535An annotated schema is provided as part of the module that can improve the
3636authoring process.
3737
38- ## Parameter handling
38+ ## PARAMETER HANDLING
3939
4040The PowerShell Crescendo module allows you to interact with parameters of
4141native commands in the same way you do with cmdlets.
4242
43- ## Output Handling
43+ ## OUTPUT HANDLING
4444
4545It's also possible to create a script block that can be used to convert the
4646output from the native command into objects. If the native command emits JSON
@@ -55,7 +55,7 @@ or XML it can be as simple as:
5555
5656However, script blocks of arbitrary complexity may also be used.
5757
58- ## Examples
58+ ## EXAMPLES
5959
6060Several samples are provided as part of the module. You can find these in the
6161` Samples ` directory of the module base directory.
@@ -148,7 +148,7 @@ Count Name Group
148148 82 amd64 {@{Name=apt; Version=2.0.2ubuntu0.1; Architecture=amd64; State=System.String[]}, @{Name=base-files…
149149```
150150
151- ## See also
151+ ## SEE ALSO
152152
153153The PowerShell Crescendo module is still in the development process, so we
154154expect changes to be made.
0 commit comments