Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
Type-Pwsh
0.0.4
public/tellme.ps1
function
tellme
{
invoke-expression
"$( $args | % { $_ -join ',' } )"
}