templates/t_function.ps1
$FunctionFileContent = @"
<# .SYNOPSIS .DESCRIPTION #> function <name> { [CmdletBinding()] param( ) process { } } "@ |
$FunctionFileContent = @"
<# .SYNOPSIS .DESCRIPTION #> function <name> { [CmdletBinding()] param( ) process { } } "@ |