Types/OpenPackage/get_Astro.ps1

<#
.SYNOPSIS
    Gets Open Package Astro Files
.DESCRIPTION
    Gets Astro File Content in an Open Package
#>


param()

$this.GetContent($this.FileList -match '\.astro$')