Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
Turtle
0.2.1
Types/Turtle/Show.ps1
<#
.SYNOPSIS
Shows the turtle.
.DESCRIPTION
Shows the current turtle by opening it with the default file association
.LINK
Save-Turtle
#>
param
(
)
return
$this
|
Show-Turtle