Skip to content

馃殌[Feature]: Support Format and Export value types of scriptblock#8

Description

Description

Support Format and Export value types of scriptblock

$test = @{
    Name   = 'test'
    script = {
        Write-Output 'Hello World'
    }
}

$test | Format-Hashtable

Should output:

@{
    Name   = 'test'
    script = {
        Write-Output 'Hello World'
    }
}

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