Skip to content

🩹 [Patch]: Ensure that outputs and inputs are formatted correctly #97

@MariusStorhaug

Description

@MariusStorhaug

Describe the change

I write this as per help-based docs.

        .OUTPUTS
        pscustomobject. Returns a PowerShell custom object with the following properties:
        - **PublicKey**:  The base64-encoded public key.
        - **PrivateKey**: The base64-encoded private key.
        If key generation fails, an exception is thrown.

        .NOTES

But end up with this:

## OUTPUTS

### pscustomobject. Returns a PowerShell custom object with the following properties:
### - **PublicKey**:  The base64-encoded public key.
### - **PrivateKey**: The base64-encoded private key.
### If key generation fails, an exception is thrown.
## NOTES

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions